push: propagate push-options with --recurse-submodules
[gitweb.git] / submodule.h
index 8a8bc49dc9626b9ba4112f3b0bf25b212d864d1d..0e26430fd372ce35a13b1dda70d3333a23bd2675 100644 (file)
@@ -92,6 +92,7 @@ extern int find_unpushed_submodules(struct sha1_array *commits,
                                    struct string_list *needs_pushing);
 extern int push_unpushed_submodules(struct sha1_array *commits,
                                    const char *remotes_name,
+                                   const struct string_list *push_options,
                                    int dry_run);
 extern void connect_work_tree_and_git_dir(const char *work_tree, const char *git_dir);
 extern int parallel_submodules(void);