On Tue, Apr 18, 2023 at 1:49 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > * en/header-split-cache-h (2023-04-11) 24 commits > (merged to 'next' on 2023-04-13 at b9afefff0b) > + mailmap, quote: move declarations of global vars to correct unit > + treewide: reduce includes of cache.h in other headers > + treewide: remove double forward declaration of read_in_full > + cache.h: remove unnecessary includes > + treewide: remove cache.h inclusion due to pager.h changes > + pager.h: move declarations for pager.c functions from cache.h > + treewide: remove cache.h inclusion due to editor.h changes > + editor: move editor-related functions and declarations into common file > + treewide: remove cache.h inclusion due to object.h changes > + object.h: move some inline functions and defines from cache.h > + treewide: remove cache.h inclusion due to object-file.h changes > + object-file.h: move declarations for object-file.c functions from cache.h > + treewide: remove cache.h inclusion due to git-zlib changes > + git-zlib: move declarations for git-zlib functions from cache.h > + treewide: remove cache.h inclusion due to object-name.h changes > + object-name.h: move declarations for object-name.c functions from cache.h > + treewide: remove unnecessary cache.h inclusion > + treewide: be explicit about dependence on mem-pool.h > + treewide: be explicit about dependence on oid-array.h > + treewide: be explicit about dependence on pack-revindex.h > + treewide: be explicit about dependence on convert.h > + treewide: be explicit about dependence on advice.h > + treewide: be explicit about dependence on trace.h & trace2.h > + Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h > > Header clean-up. > > Will merge to 'master'. > source: <pull.1509.v3.git.1681182060.gitgitgadget@xxxxxxxxx> To avoid breaking connections via the git protocol on master, before merging we should first either apply my fix[1] or Peff's fix[2]. (Or both.) [1] https://lore.kernel.org/git/20230416054735.3386065-1-newren@xxxxxxxxx/ [2] https://lore.kernel.org/git/20230418033904.GA60552@xxxxxxxxxxxxxxxxxxxxxxx/