]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/fetch-jobs'
authorJunio C Hamano <gitster@pobox.com>
Tue, 15 Oct 2019 04:48:00 +0000 (13:48 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Oct 2019 04:48:00 +0000 (13:48 +0900)
commitd96e31e3902d615c03471c8566ce89872c3c1a4e
treeaade0139ba77e60f9c7f6445f2ac91225fca2e4d
parent280bd445515acffb83231dfee79c21719ad3bc7b
parentd54dea77dba081770fec7707110d8480ccaf9439
Merge branch 'js/fetch-jobs'

"git fetch --jobs=<n>" allowed <n> parallel jobs when fetching
submodules, but this did not apply to "git fetch --multiple" that
fetches from multiple remote repositories.  It now does.

* js/fetch-jobs:
  fetch: let --jobs=<n> parallelize --multiple, too
Documentation/config/fetch.txt
Documentation/fetch-options.txt
builtin/fetch.c