]> git.ipfire.org Git - thirdparty/git.git/blobdiff - submodule-config.h
Sync with Git 2.15.2
[thirdparty/git.git] / submodule-config.h
index 93880cf0217aa3516c1f435934b8adad25ae2867..17e297022396d2b2b837187d6deaf8a42d45a0d6 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;