]> git.ipfire.org Git - thirdparty/git.git/blobdiff - submodule-config.h
Merge branch '2.16' of https://github.com/ChrisADR/git-po
[thirdparty/git.git] / submodule-config.h
index e3845831f6cbd25097ea54b3e2246faa8a32e192..a5503a5d177e90e009be9240bfddd68c9ead475b 100644 (file)
@@ -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;