]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/fetch-cleanups'
authorJunio C Hamano <gitster@pobox.com>
Tue, 20 Jun 2023 22:53:10 +0000 (15:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Jun 2023 22:53:10 +0000 (15:53 -0700)
commit06cff0c8d4be7367b97935f606caf0f428e38fb4
treef3be4f8767f8ffe53c6fef8dc4ce2f178eb78124
parentd7d8841f67f29e6ecbad85a11805c907d0f00d5d
parentf7e063f3269ef29013db87190d1b4e152b505c3a
Merge branch 'ps/fetch-cleanups'

Code clean-up.

* ps/fetch-cleanups:
  fetch: use `fetch_config` to store "submodule.fetchJobs" value
  fetch: use `fetch_config` to store "fetch.parallel" value
  fetch: use `fetch_config` to store "fetch.recurseSubmodules" value
  fetch: use `fetch_config` to store "fetch.showForcedUpdates" value
  fetch: use `fetch_config` to store "fetch.pruneTags" value
  fetch: use `fetch_config` to store "fetch.prune" value
  fetch: pass through `fetch_config` directly
  fetch: drop unneeded NULL-check for `remote_ref`
  fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum value