On Thu, 31 Mar 2022 at 05:10, Junio C Hamano <gitster@xxxxxxxxx> wrote: > * rc/fetch-refetch (2022-03-28) 7 commits > - docs: mention --refetch fetch option > - fetch: after refetch, encourage auto gc repacking > - t5615-partial-clone: add test for fetch --refetch > - fetch: add --refetch option > - builtin/fetch-pack: add --refetch option > - fetch-pack: add refetch > - fetch-negotiator: add specific noop initializer > > "git fetch --refetch" learned to fetch everything without telling > the other side what we already have, which is useful when you > cannot trust what you have in the local object store. > > Will merge to 'next'? > source: <pull.1138.v4.git.1648476131.gitgitgadget@xxxxxxxxx> I'm not expecting any more comments at this point. Several people with an interest in this area expressed support for the RFC, and after a few iterations we have worked through the implementation details (most notably the naming). At this point Ævar, Calvin, and you have reviewed it in depth. Thanks, Rob :)