Re: ps/fetch-cleanups (was: What's cooking in git.git (May 2023, #08; Thu, 25))
From: Patrick Steinhardt <hidden>
Date: 2023-05-25 05:49:24
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Patrick Steinhardt <hidden>
Date: 2023-05-25 05:49:24
On Thu, May 25, 2023 at 07:45:42AM +0900, Junio C Hamano wrote: [snip]
* ps/fetch-cleanups (2023-05-17) 9 commits - 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 Code clean-up. Needs review. source: [ref]
Please note that this series got a Reviewed-by from Peff. Might be that you consider a single review to be insufficient though. Patrick