Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sha1_file: allow map_sha1_file to handle arbitrary repositories
[gitweb.git]
/
submodule.c
diff --git
a/submodule.c
b/submodule.c
index 47ddc9b2739bf52d9263ea9cd90edde6e9d1c738..b03e5f50458efdee9f26ac61982cf07e035e272e 100644
(file)
--- a/
submodule.c
+++ b/
submodule.c
@@
-21,6
+21,7
@@
#include "remote.h"
#include "worktree.h"
#include "parse-options.h"
+#include "object-store.h"
static int config_update_recurse_submodules = RECURSE_SUBMODULES_OFF;
static struct string_list changed_submodule_names = STRING_LIST_INIT_DUP;