aboutsummaryrefslogtreecommitdiffstats
path: root/object-name.c
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2025-10-15 18:29:41 -0400
committerJunio C Hamano <gitster@pobox.com>2025-10-16 10:08:57 -0700
commit935ab44a0a4fae54f9cd378ede16f19e563e53d9 (patch)
tree4dc5aeb64cdce7cfff819c9ce9a0265ef9d3584c /object-name.c
parentrepack: move `write_cruft_pack()` out of the builtin (diff)
downloadgit-935ab44a0a4fae54f9cd378ede16f19e563e53d9.tar.gz
git-935ab44a0a4fae54f9cd378ede16f19e563e53d9.zip
builtin/repack.c: clean up unused `#include`s
Over the past several dozen commits, we have moved a large amount of functionality out of the repack builtin and into other files like repack.c, repack-cruft.c, repack-filtered.c, repack-midx.c, and repack-promisor.c. These files specify the minimal set of `#include`s that they need to compile successfully, but we did not change the set of `#include`s in the repack builtin itself. Now that the code movement is complete, let's clean up that set of `#include`s and trim down the builtin to include the minimal amount of external headers necessary to compile. Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions