Merge branch 'ma/fetch-parallel-use-online-cpus'
commitd180cc297922569e530da843bee4df3964167dea
authorJunio C Hamano <gitster@pobox.com>
Sat, 25 Feb 2023 06:54:00 +0000 (24 22:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 25 Feb 2023 06:54:00 +0000 (24 22:54 -0800)
tree85a377687a1b6a5ed5e9e71fa145e2020d01d5df
parentc5f7ef5fdc2d60af86669931829e4da57e2eed68
parentc39952b925ccf59e49f3c174861a862dc1721492
Merge branch 'ma/fetch-parallel-use-online-cpus'

"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