Merge branch 'ew/svn-1.9.0-auth'
[gitweb.git] / submodule.c
index 4bc7a45393daaf14e23427fa6a36f223ffff7d9f..b83939c294782ac59e5c78c8882064a1e272e309 100644 (file)
@@ -729,10 +729,9 @@ static int fetch_finish(int retvalue, struct child_process *cp,
 
 int fetch_populated_submodules(const struct argv_array *options,
                               const char *prefix, int command_line_option,
-                              int quiet)
+                              int quiet, int max_parallel_jobs)
 {
        int i;
-       int max_parallel_jobs = 1;
        struct submodule_parallel_fetch spf = SPF_INIT;
 
        spf.work_tree = get_git_work_tree();