зеркало из https://github.com/microsoft/git.git
submodule.c: mark file-local function static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
758e915b8a
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче