]> git.ipfire.org Git - thirdparty/git.git/commit
doc: fetch: document `--jobs=0` behavior
authorDaniel D. Beck <daniel@ddbeck.com>
Wed, 18 Feb 2026 19:32:39 +0000 (19:32 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Feb 2026 17:36:59 +0000 (09:36 -0800)
commit143e84958cb0209947a56d656c8e947d736dd4ab
tree53ba0c395dc464e16329e0da9cf637b08ad80174
parent16bd9f20a403117f2e0d9bcda6c6e621d3763e77
doc: fetch: document `--jobs=0` behavior

In c39952b92 (fetch: choose a sensible default with --jobs=0 again,
2023-02-20), the `--jobs=0` behavior was (re)introduced, but it went
undocumented. Since this is the same behavior as `git -c fetch.parallel=0
fetch`, which is documented, this change creates symmetry between the two
documentation sections.

Signed-off-by: Daniel D. Beck <daniel@ddbeck.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/fetch-options.adoc