Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced brackets
[gitweb.git]
/
submodule-config.h
diff --git
a/submodule-config.h
b/submodule-config.h
index 93880cf0217aa3516c1f435934b8adad25ae2867..17e297022396d2b2b837187d6deaf8a42d45a0d6 100644
(file)
--- a/
submodule-config.h
+++ b/
submodule-config.h
@@
-22,6
+22,9
@@
struct submodule {
int recommend_shallow;
};
+#define SUBMODULE_INIT { NULL, NULL, NULL, RECURSE_SUBMODULES_NONE, \
+ NULL, NULL, SUBMODULE_UPDATE_STRATEGY_INIT, {0}, -1 };
+
struct submodule_cache;
struct repository;