mirror of
https://github.com/git/git.git
synced 2024-11-18 19:13:58 +01:00
submodule.c: mark file-local function static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
758e915b8a
commit
cb58c932a5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user