summaryrefslogtreecommitdiff
path: root/builtin/repack.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-11builtin/repack.c: only repack `.pack`s that existDerrick Stolee1-0/+3
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-2/+3
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-1/+2
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+3
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-12builtin/repack.c: only collect fully-formed packsTaylor Blau1-4/+10
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-0/+1
2023-04-28Merge branch 'tb/enable-cruft-packs-by-default'Junio C Hamano1-1/+1
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano1-7/+55
2023-04-24server-info.h: move declarations for server-info.c functions from cache.hElijah Newren1-0/+1
2023-04-18builtin/repack.c: fix incorrect reference to '-C'Taylor Blau1-1/+1
2023-04-14repack: disable writing bitmaps when doing a local repackPatrick Steinhardt1-0/+12
2023-04-14repack: honor `-l` when calculating pack geometryPatrick Steinhardt1-2/+11
2023-04-14repack: fix generating multi-pack-index with only non-local packsPatrick Steinhardt1-0/+11
2023-04-14repack: fix trying to use preferred pack in alternatesPatrick Steinhardt1-5/+21
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+2
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-1/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+1
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-2/+3
2023-02-24for_each_object: mark unused callback parametersJeff King1-2/+3
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+1
2023-02-06repack: fix leaks on error with "goto cleanup"Ævar Arnfjörð Bjarmason1-6/+7
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano1-1/+1
2022-11-21built-ins & libs & helpers: add/move destructors, fix leaksÆvar Arnfjörð Bjarmason1-1/+1
2022-11-18Merge branch 'tb/repack-expire-to'Taylor Blau1-10/+61
2022-10-30Merge branch 'jk/repack-tempfile-cleanup'Taylor Blau1-61/+29
2022-10-28Merge branch 'tb/remove-unused-pack-bitmap'Junio C Hamano1-0/+32
2022-10-24builtin/repack.c: implement `--expire-to` for storing pruned objectsTaylor Blau1-0/+40
2022-10-24builtin/repack.c: write cruft packs to arbitrary locationsTaylor Blau1-3/+11
2022-10-24builtin/repack.c: pass "cruft_expiration" to `write_cruft_pack`Taylor Blau1-2/+4
2022-10-24builtin/repack.c: pass "out" to `prepare_pack_objects`Taylor Blau1-5/+6
2022-10-21repack: drop remove_temporary_files()Jeff King1-32/+0
2022-10-21repack: use tempfiles for signal cleanupJeff King1-18/+8
2022-10-21repack: expand error message for missing pack filesJeff King1-1/+2
2022-10-21repack: populate extension bits incrementallyJeff King1-6/+9
2022-10-21repack: convert "names" util bitfield to arrayJeff King1-8/+14
2022-10-17repack: don't remove .keep packs with `--pack-kept-objects`Taylor Blau1-0/+5
2022-10-17builtin/repack.c: remove redundant pack-based bitmapsTaylor Blau1-0/+32
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-2/+2
2022-08-19refs: mark unused each_ref_fn parametersJeff King1-2/+2
2022-07-06cocci: generalize "unused" rule to cover more than "strbuf"Ævar Arnfjörð Bjarmason1-2/+0
2022-06-17i18n: fix mismatched camelCase config variablesJiang Xin1-1/+1
2022-06-03Merge branch 'tb/cruft-packs'Junio C Hamano1-24/+161
2022-05-26builtin/repack.c: add cruft packs to MIDX during geometric repackTaylor Blau1-3/+20