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: Please note that this series got a Reviewed-by from Peff. Might be that you consider a single review to be insufficient though. Patrick