summaryrefslogtreecommitdiff
path: root/builtin/repack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-0/+1
|\
| * server-info.h: move declarations for server-info.c functions from cache.hElijah Newren2023-04-241-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
| |\
* | \ Merge branch 'tb/enable-cruft-packs-by-default'Junio C Hamano2023-04-281-1/+1
|\ \ \
| * | | builtin/repack.c: fix incorrect reference to '-C'Taylor Blau2023-04-181-1/+1
* | | | Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano2023-04-251-7/+55
|\ \ \ \ | |/ / / |/| | |
| * | | repack: disable writing bitmaps when doing a local repackPatrick Steinhardt2023-04-141-0/+12
| * | | repack: honor `-l` when calculating pack geometryPatrick Steinhardt2023-04-141-2/+11
| * | | repack: fix generating multi-pack-index with only non-local packsPatrick Steinhardt2023-04-141-0/+11
| * | | repack: fix trying to use preferred pack in alternatesPatrick Steinhardt2023-04-141-5/+21
* | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| |/
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-2/+3
|\ \
| * | for_each_object: mark unused callback parametersJeff King2023-02-241-2/+3
| |/
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+1
|/
* repack: fix leaks on error with "goto cleanup"Ævar Arnfjörð Bjarmason2023-02-061-6/+7
* Merge branch 'ab/various-leak-fixes'Junio C Hamano2022-12-141-1/+1
|\
| * built-ins & libs & helpers: add/move destructors, fix leaksÆvar Arnfjörð Bjarmason2022-11-211-1/+1
* | Merge branch 'tb/repack-expire-to'Taylor Blau2022-11-181-10/+61
|\ \ | |/ |/|
| * builtin/repack.c: implement `--expire-to` for storing pruned objectsTaylor Blau2022-10-241-0/+40
| * builtin/repack.c: write cruft packs to arbitrary locationsTaylor Blau2022-10-241-3/+11
| * builtin/repack.c: pass "cruft_expiration" to `write_cruft_pack`Taylor Blau2022-10-241-2/+4
| * builtin/repack.c: pass "out" to `prepare_pack_objects`Taylor Blau2022-10-241-5/+6
* | Merge branch 'jk/repack-tempfile-cleanup'Taylor Blau2022-10-301-61/+29
|\ \
| * | repack: drop remove_temporary_files()Jeff King2022-10-211-32/+0
| * | repack: use tempfiles for signal cleanupJeff King2022-10-211-18/+8
| * | repack: expand error message for missing pack filesJeff King2022-10-211-1/+2
| * | repack: populate extension bits incrementallyJeff King2022-10-211-6/+9
| * | repack: convert "names" util bitfield to arrayJeff King2022-10-211-8/+14
| |/
* | Merge branch 'tb/remove-unused-pack-bitmap'Junio C Hamano2022-10-281-0/+32
|\ \
| * | builtin/repack.c: remove redundant pack-based bitmapsTaylor Blau2022-10-171-0/+32
| |/
* | repack: don't remove .keep packs with `--pack-kept-objects`Taylor Blau2022-10-171-0/+5
|/
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* refs: mark unused each_ref_fn parametersJeff King2022-08-191-2/+2
* cocci: generalize "unused" rule to cover more than "strbuf"Ævar Arnfjörð Bjarmason2022-07-061-2/+0
* i18n: fix mismatched camelCase config variablesJiang Xin2022-06-171-1/+1
* Merge branch 'tb/cruft-packs'Junio C Hamano2022-06-031-24/+161
|\
| * builtin/repack.c: add cruft packs to MIDX during geometric repackTaylor Blau2022-05-261-3/+20
| * builtin/repack.c: use named flags for existing_packsTaylor Blau2022-05-261-3/+6
| * builtin/repack.c: allow configuring cruft pack generationTaylor Blau2022-05-261-14/+35
| * builtin/repack.c: support generating a cruft packTaylor Blau2022-05-261-5/+100
| * pack-mtimes: support reading .mtimes filesTaylor Blau2022-05-261-0/+1
* | builtin/repack.c: ensure that `names` is sortedTaylor Blau2022-05-201-1/+2
* | repack: respect --keep-pack with geometric repackVictoria Dye2022-05-201-11/+35
|/
* repack: add config to skip updating server infoPatrick Steinhardt2022-03-141-1/+5
* repack: refactor to avoid double-negation of update-server-infoPatrick Steinhardt2022-03-141-4/+4