]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ma/fetch-parallel-use-online-cpus'
authorJunio C Hamano <gitster@pobox.com>
Sat, 25 Feb 2023 06:54:00 +0000 (22:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 25 Feb 2023 06:54:00 +0000 (22:54 -0800)
"git fetch --jobs=0" used to hit a BUG(), which has been corrected
to use the available CPUs.

* ma/fetch-parallel-use-online-cpus:
  fetch: choose a sensible default with --jobs=0 again


Trivial merge