pathspec: only match across submodule boundaries when requested
[gitweb.git] / submodule-config.h
index bc45a25e850eb600eb9883d83d1ec1d3fc08db4a..995d404f88a1100fa5e39b6606f61a4e7a78d5dd 100644 (file)
@@ -27,7 +27,11 @@ struct repository;
 
 extern void submodule_cache_free(struct submodule_cache *cache);
 
+extern int parse_submodule_fetchjobs(const char *var, const char *value);
 extern int parse_fetch_recurse_submodules_arg(const char *opt, const char *arg);
+struct option;
+extern int option_fetch_parse_recurse_submodules(const struct option *opt,
+                                                const char *arg, int unset);
 extern int parse_update_recurse_submodules_arg(const char *opt, const char *arg);
 extern int parse_push_recurse_submodules_arg(const char *opt, const char *arg);
 extern int parse_submodule_config_option(const char *var, const char *value);