git-p4: place temporary refs used for branch import under refs/git-p4-tmp
[gitweb.git] / submodule-config.h
index e4857f53a87d4b8316d53c5f90bc47286179d2c5..b1fdcc0c33326f556d23ce65ad21b01514fcb927 100644 (file)
@@ -18,6 +18,7 @@ struct submodule {
        struct submodule_update_strategy update_strategy;
        /* the sha1 blob id of the responsible .gitmodules file */
        unsigned char gitmodules_sha1[20];
+       int recommend_shallow;
 };
 
 int parse_fetch_recurse_submodules_arg(const char *opt, const char *arg);