Hi Junio, On Sat, 7 Sep 2019, Junio C Hamano wrote: > * pd/fetch-jobs (2019-08-13) 5 commits > . fetch: make --jobs control submodules and remotes > . fetch: add the --submodule-fetch-jobs option > . fetch: add the fetch.jobs config key > . fetch: add the "--fetch-jobs" option > . fetch: rename max_children to max_children_for_submodules > > "git fetch --jobs" is getting taught to also run fetch jobs in > parallel when fetching from multiple remote repositories. > > Comments? I still stand by my suggestion that it is undesirable (and makes the code much more complicated than necessary) to end up with three options. Having only `--jobs=<n>` would be the ideal solution. Ciao, Dscho