Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
submodule.c: mark file-local function static
author
Junio C Hamano
<gitster@pobox.com>
Tue, 12 Jan 2010 06:31:58 +0000
(22:31 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 12 Jan 2010 09:06:08 +0000
(
01:06
-0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
submodule.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
758e915
)
diff --git
a/submodule.c
b/submodule.c
index 86aad653b7c113106e365a9d4e4c38b3e7737457..3007f7d5a6279c14a7c29efdc752dbbc41218c76 100644
(file)
--- a/
submodule.c
+++ b/
submodule.c
@@
-5,7
+5,7
@@
#include "commit.h"
#include "revision.h"
-int add_submodule_odb(const char *path)
+
static
int add_submodule_odb(const char *path)
{
struct strbuf objects_directory = STRBUF_INIT;
struct alternate_object_database *alt_odb;