| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-16 | builtin/repack.c: clean up unused `#include`s | Taylor Blau | 1 | -9/+0 |
| 2025-10-16 | repack: move `write_cruft_pack()` out of the builtin | Taylor Blau | 1 | -94/+0 |
| 2025-10-16 | repack: move `write_filtered_pack()` out of the builtin | Taylor Blau | 1 | -46/+0 |
| 2025-10-16 | repack: move `pack_kept_objects` to `struct pack_objects_args` | Taylor Blau | 1 | -13/+7 |
| 2025-10-16 | repack: move `finish_pack_objects_cmd()` out of the builtin | Taylor Blau | 1 | -33/+0 |
| 2025-10-16 | builtin/repack.c: pass `write_pack_opts` to `finish_pack_objects_cmd()` | Taylor Blau | 1 | -12/+20 |
| 2025-10-16 | repack: extract `write_pack_opts_is_local()` | Taylor Blau | 1 | -4/+2 |
| 2025-10-16 | repack: move `find_pack_prefix()` out of the builtin | Taylor Blau | 1 | -16/+4 |
| 2025-10-16 | builtin/repack.c: use `write_pack_opts` within `write_cruft_pack()` | Taylor Blau | 1 | -13/+14 |
| 2025-10-16 | builtin/repack.c: introduce `struct write_pack_opts` | Taylor Blau | 1 | -14/+16 |
| 2025-10-16 | repack: 'write_midx_included_packs' API from the builtin | Taylor Blau | 1 | -305/+0 |
| 2025-10-16 | builtin/repack.c: inline packs within `write_midx_included_packs()` | Taylor Blau | 1 | -9/+8 |
| 2025-10-16 | builtin/repack.c: pass `repack_write_midx_opts` to `midx_included_packs` | Taylor Blau | 1 | -5/+8 |
| 2025-10-16 | builtin/repack.c: inline `remove_redundant_bitmaps()` | Taylor Blau | 1 | -7/+8 |
| 2025-10-16 | builtin/repack.c: reorder `remove_redundant_bitmaps()` | Taylor Blau | 1 | -29/+29 |
| 2025-10-16 | repack: keep track of MIDX pack names using existing_packs | Taylor Blau | 1 | -22/+4 |
| 2025-10-16 | builtin/repack.c: use a string_list for 'midx_pack_names' | Taylor Blau | 1 | -23/+17 |
| 2025-10-16 | builtin/repack.c: extract opts struct for 'write_midx_included_packs()' | Taylor Blau | 1 | -18/+34 |
| 2025-10-16 | builtin/repack.c: remove ref snapshotting from builtin | Taylor Blau | 1 | -68/+0 |
| 2025-10-16 | repack: remove pack_geometry API from the builtin | Taylor Blau | 1 | -235/+0 |
| 2025-10-16 | builtin/repack.c: pass 'packdir' to `pack_geometry_remove_redundant()` | Taylor Blau | 1 | -2/+3 |
| 2025-10-16 | builtin/repack.c: pass 'pack_kept_objects' to `pack_geometry_init()` | Taylor Blau | 1 | -2/+4 |
| 2025-10-16 | builtin/repack.c: rename various pack_geometry functions | Taylor Blau | 1 | -26/+26 |
| 2025-10-16 | builtin/repack.c: remove "repack_promisor_objects()" from the builtin | Taylor Blau | 1 | -95/+0 |
| 2025-10-16 | builtin/repack.c: pass "packtmp" to `repack_promisor_objects()` | Taylor Blau | 1 | -2/+3 |
| 2025-10-16 | repack: remove 'generated_pack' API from the builtin | Taylor Blau | 1 | -83/+0 |
| 2025-10-16 | builtin/repack.c: provide pack locations to `generated_pack_install()` | Taylor Blau | 1 | -2/+4 |
| 2025-10-16 | builtin/repack.c: pass "packtmp" to `generated_pack_populate()` | Taylor Blau | 1 | -3/+4 |
| 2025-10-16 | builtin/repack.c: factor out "generated_pack_install" | Taylor Blau | 1 | -30/+35 |
| 2025-10-16 | builtin/repack.c: rename "struct generated_pack_data" | Taylor Blau | 1 | -16/+16 |
| 2025-10-16 | repack: remove 'existing_packs' API from the builtin | Taylor Blau | 1 | -173/+0 |
| 2025-10-16 | builtin/repack.c: avoid unnecessary numeric casts in existing_packs | Taylor Blau | 1 | -2/+2 |
| 2025-10-16 | builtin/repack.c: pass "packdir" when removing packs | Taylor Blau | 1 | -5/+9 |
| 2025-10-16 | repack: remove 'remove_redundant_pack' from the builtin | Taylor Blau | 1 | -16/+2 |
| 2025-10-16 | builtin/repack.c: rename many 'struct existing_packs' functions | Taylor Blau | 1 | -32/+34 |
| 2025-10-16 | repack: remove 'prepare_pack_objects' from the builtin | Taylor Blau | 1 | -34/+0 |
| 2025-10-16 | repack: move 'delta_base_offset' to 'struct pack_objects_args' | Taylor Blau | 1 | -5/+6 |
| 2025-10-16 | builtin/repack.c: pass both pack_objects args to repack_config | Taylor Blau | 1 | -2/+13 |
| 2025-10-16 | repack: introduce new compilation unit | Taylor Blau | 1 | -24/+1 |
| 2025-10-16 | builtin/repack.c: avoid using `hash_to_hex()` in pack geometry | Taylor Blau | 1 | -1/+3 |
| 2025-10-16 | builtin/repack.c: avoid "the_hash_algo" in `finish_pack_objects_cmd()` | Taylor Blau | 1 | -5/+8 |
| 2025-10-16 | builtin/repack: avoid "the_hash_algo" in `repack_promisor_objects()` | Taylor Blau | 1 | -1/+1 |
| 2025-10-16 | builtin/repack.c: avoid "the_hash_algo" in `write_oid()` | Taylor Blau | 1 | -3/+12 |
| 2025-10-16 | builtin/repack.c: avoid "the_hash_algo" when deleting packs | Taylor Blau | 1 | -4/+6 |
| 2025-10-16 | builtin/repack.c: avoid "the_repository" when repacking promisor objects | Taylor Blau | 1 | -3/+4 |
| 2025-10-16 | builtin/repack.c: avoid "the_repository" when removing packs | Taylor Blau | 1 | -8/+10 |
| 2025-10-16 | builtin/repack.c: avoid "the_repository" when taking a ref snapshot | Taylor Blau | 1 | -7/+9 |
| 2025-10-16 | builtin/repack.c: avoid "the_repository" in existing packs API | Taylor Blau | 1 | -3/+5 |
| 2025-10-16 | builtin/repack.c: avoid "the_repository" in `cmd_repack()` | Taylor Blau | 1 | -15/+16 |
| 2025-09-24 | packfile: refactor `get_all_packs()` to work on packfile store | Patrick Steinhardt | 1 | -3/+6 |
| 2025-09-24 | packfile: split up responsibilities of `reprepare_packed_git()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-09-02 | Merge branch 'ps/object-store-midx-dedup-info' into ps/packfile-store | Junio C Hamano | 1 | -3/+4 |
| 2025-08-11 | midx: stop duplicating info redundant with its owning source | Patrick Steinhardt | 1 | -2/+3 |
| 2025-08-11 | midx: write multi-pack indices via their source | Patrick Steinhardt | 1 | -1/+1 |
| 2025-08-04 | Merge branch 'ps/config-wo-the-repository' | Junio C Hamano | 1 | -1/+1 |
| 2025-08-03 | Merge branch 'ps/object-store-midx' | Junio C Hamano | 1 | -5/+5 |
| 2025-07-29 | Merge branch 'ps/object-store-midx' into ps/object-store-midx-dedup-info | Junio C Hamano | 1 | -5/+5 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-21 | Merge branch 'tb/midx-avoid-cruft-packs' | Junio C Hamano | 1 | -20/+167 |
| 2025-07-15 | Merge branch 'ps/object-store' | Junio C Hamano | 1 | -3/+4 |
| 2025-07-15 | packfile: refactor `get_multi_pack_index()` to work on sources | Patrick Steinhardt | 1 | -5/+5 |
| 2025-07-15 | Merge branch 'tb/midx-avoid-cruft-packs' into ps/object-store-midx | Junio C Hamano | 1 | -20/+167 |
| 2025-07-09 | Merge branch 'ps/object-store' into ps/object-store-midx | Junio C Hamano | 1 | -3/+4 |
| 2025-07-07 | repository: move 'repository_format_precious_objects' to repo scope | Ayush Chandekar | 1 | -1/+1 |
| 2025-07-01 | odb: rename `oid_object_info()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-01 | odb: get rid of `the_repository` when handling alternates | Patrick Steinhardt | 1 | -1/+2 |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-06-23 | repack: exclude cruft pack(s) from the MIDX where possible | Taylor Blau | 1 | -20/+167 |
| 2025-06-17 | Merge branch 'ds/path-walk-2' | Junio C Hamano | 1 | -1/+6 |
| 2025-05-16 | repack: add --path-walk option | Derrick Stolee | 1 | -1/+6 |
| 2025-04-24 | Merge branch 'ps/parse-options-integers' | Junio C Hamano | 1 | -7/+7 |
| 2025-04-17 | parse-options: rename `OPT_MAGNITUDE()` to `OPT_UNSIGNED()` | Patrick Steinhardt | 1 | -4/+4 |
| 2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-03-21 | repack: begin combining cruft packs with `--combine-cruft-below-size` | Taylor Blau | 1 | -13/+25 |
| 2025-03-21 | repack: avoid combining cruft packs with `--max-cruft-size` | Taylor Blau | 1 | -41/+9 |
| 2025-02-12 | Merge branch 'ps/repack-keep-unreachable-in-unpacked-repo' | Junio C Hamano | 1 | -1/+4 |
| 2025-02-12 | Merge branch 'ds/name-hash-tweaks' | Junio C Hamano | 1 | -1/+8 |
| 2025-02-04 | builtin/repack: fix `--keep-unreachable` when there are no packs | Patrick Steinhardt | 1 | -1/+4 |
| 2025-01-27 | repack: add --name-hash-version option | Derrick Stolee | 1 | -1/+8 |
| 2024-12-23 | Merge branch 'ps/build-sign-compare' | Junio C Hamano | 1 | -0/+2 |
| 2024-12-18 | server-info: stop using `the_repository` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-12-18 | Merge branch 'ps/build-sign-compare' into ps/the-repository | Junio C Hamano | 1 | -0/+2 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+2 |
| 2024-12-04 | midx-write: pass down repository to `write_midx_file[_only]` | Karthik Nayak | 1 | -1/+1 |
| 2024-12-04 | packfile: pass down repository to `for_each_packed_object` | Karthik Nayak | 1 | -1/+1 |
| 2024-10-02 | Merge branch 'ps/leakfixes-part-7' | Junio C Hamano | 1 | -15/+42 |
| 2024-09-27 | builtin/repack: fix leaking configuration | Patrick Steinhardt | 1 | -15/+42 |
| 2024-09-23 | Merge branch 'jc/pass-repo-to-builtins' | Junio C Hamano | 1 | -1/+5 |
| 2024-09-23 | Merge branch 'ps/environ-wo-the-repository' | Junio C Hamano | 1 | -3/+4 |
| 2024-09-20 | Merge branch 'ps/leakfixes-part-6' | Junio C Hamano | 1 | -0/+3 |
| 2024-09-16 | Merge branch 'ps/leakfixes-part-6' into ps/leakfixes-part-7 | Junio C Hamano | 1 | -0/+3 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -0/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-09-12 | environment: make `get_object_directory()` accept a repository | Patrick Steinhardt | 1 | -3/+4 |
| 2024-09-05 | builtin/repack: fix leaking keep-pack list | Patrick Steinhardt | 1 | -0/+1 |
| 2024-09-05 | builtin/repack: fix leaking line buffer when packing promisors | Patrick Steinhardt | 1 | -0/+2 |
| 2024-08-22 | builtin/repack: fix leaks when computing packs to repack | Patrick Steinhardt | 1 | -9/+27 |
| 2024-08-19 | Merge branch 'tb/incremental-midx-part-1' | Junio C Hamano | 1 | -6/+2 |
| 2024-08-09 | refs: add referent to each_ref_fn | John Cai | 1 | -0/+1 |
| 2024-08-06 | midx: implement support for writing incremental MIDX chains | Taylor Blau | 1 | -2/+6 |
| 2024-08-06 | t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP' | Taylor Blau | 1 | -10/+2 |
| 2024-06-06 | Merge branch 'ps/leakfixes' | Junio C Hamano | 1 | -4/+4 |
| 2024-05-27 | config: clarify memory ownership in `git_config_string()` | Patrick Steinhardt | 1 | -4/+4 |
| 2024-05-17 | refs: pass repo when peeling objects | Patrick Steinhardt | 1 | -1/+1 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -2/+5 |
| 2024-03-02 | repack: check error writing to pack-objects subprocess | Junio C Hamano | 1 | -2/+3 |
| 2024-01-08 | Merge branch 'en/header-cleanup' | Junio C Hamano | 1 | -1/+0 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-12-09 | repack: use die_for_incompatible_opt3() for -A/-k/--cruft | René Scharfe | 1 | -10/+4 |
| 2023-10-18 | Merge branch 'tb/repack-max-cruft-size' | Junio C Hamano | 1 | -15/+173 |
| 2023-10-09 | repack: free existing_cruft array after use | Jeff King | 1 | -0/+1 |
| 2023-10-05 | builtin/repack.c: avoid making cruft packs preferred | Taylor Blau | 1 | -1/+46 |
| 2023-10-05 | builtin/repack.c: implement support for `--max-cruft-size` | Taylor Blau | 1 | -11/+123 |
| 2023-10-05 | builtin/repack.c: parse `--max-pack-size` with OPT_MAGNITUDE | Taylor Blau | 1 | -3/+3 |
| 2023-10-02 | repack: implement `--filter-to` for storing filtered out objects | Christian Couder | 1 | -1/+9 |
| 2023-10-02 | repack: add `--filter=<filter-spec>` option | Christian Couder | 1 | -0/+70 |
| 2023-10-02 | repack: refactor finding pack prefix | Christian Couder | 1 | -6/+12 |
| 2023-10-02 | repack: refactor finishing pack-objects command | Christian Couder | 1 | -37/+33 |
| 2023-09-22 | Merge branch 'tb/repack-existing-packs-cleanup' | Junio C Hamano | 1 | -113/+180 |
| 2023-09-13 | builtin/repack.c: extract common cruft pack loop | Taylor Blau | 1 | -13/+18 |
| 2023-09-13 | builtin/repack.c: avoid directly inspecting "util" | Taylor Blau | 1 | -4/+14 |
| 2023-09-13 | builtin/repack.c: store existing cruft packs separately | Taylor Blau | 1 | -16/+23 |
| 2023-09-13 | builtin/repack.c: extract `has_existing_non_kept_packs()` | Taylor Blau | 1 | -1/+7 |
| 2023-09-13 | builtin/repack.c: extract redundant pack cleanup for existing packs | Taylor Blau | 1 | -17/+28 |
| 2023-09-13 | builtin/repack.c: extract redundant pack cleanup for --geometric | Taylor Blau | 1 | -23/+29 |
| 2023-09-13 | builtin/repack.c: extract marking packs for deletion | Taylor Blau | 1 | -18/+32 |
| 2023-09-13 | builtin/repack.c: extract structure to store existing packs | Taylor Blau | 1 | -41/+49 |
| 2023-08-29 | builtin/pack-objects.c: support `--max-pack-size` with `--cruft` | Taylor Blau | 1 | -1/+2 |
| 2023-08-09 | repack: move `pack_geometry` struct to the stack | Taylor Blau | 1 | -31/+31 |
| 2023-08-08 | repack: free geometry struct | Jeff King | 1 | -5/+3 |
| 2023-07-18 | Merge branch 'tb/repack-cleanup' | Junio C Hamano | 1 | -23/+15 |
| 2023-07-17 | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 1 | -1/+0 |
| 2023-07-11 | builtin/repack.c: avoid dir traversal in `collect_pack_filenames()` | Taylor Blau | 1 | -26/+15 |
| 2023-07-11 | builtin/repack.c: only repack `.pack`s that exist | Derrick Stolee | 1 | -0/+3 |
| 2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -2/+3 |
| 2023-07-05 | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-29 | Merge branch 'en/header-split-cache-h-part-3' | Junio C Hamano | 1 | -1/+2 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -2/+3 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | repository: remove unnecessary include of path.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-12 | builtin/repack.c: only collect fully-formed packs | Taylor Blau | 1 | -4/+10 |
| 2023-05-09 | Merge branch 'en/header-split-cache-h-part-2' | Junio C Hamano | 1 | -0/+1 |
| 2023-04-28 | Merge branch 'tb/enable-cruft-packs-by-default' | Junio C Hamano | 1 | -1/+1 |
| 2023-04-25 | Merge branch 'ps/fix-geom-repack-with-alternates' | Junio C Hamano | 1 | -7/+55 |
| 2023-04-24 | server-info.h: move declarations for server-info.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-18 | builtin/repack.c: fix incorrect reference to '-C' | Taylor Blau | 1 | -1/+1 |
| 2023-04-14 | repack: disable writing bitmaps when doing a local repack | Patrick Steinhardt | 1 | -0/+12 |
| 2023-04-14 | repack: honor `-l` when calculating pack geometry | Patrick Steinhardt | 1 | -2/+11 |
| 2023-04-14 | repack: fix generating multi-pack-index with only non-local packs | Patrick Steinhardt | 1 | -0/+11 |
| 2023-04-14 | repack: fix trying to use preferred pack in alternates | Patrick Steinhardt | 1 | -5/+21 |
| 2023-04-06 | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 1 | -0/+2 |
| 2023-04-06 | Merge branch 'ab/remove-implicit-use-of-the-repository' | Junio C Hamano | 1 | -1/+1 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "promisor-remote.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-17 | Merge branch 'jk/unused-post-2.39-part2' | Junio C Hamano | 1 | -2/+3 |
| 2023-02-24 | for_each_object: mark unused callback parameters | Jeff King | 1 | -2/+3 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 1 | -1/+1 |
| 2023-02-06 | repack: fix leaks on error with "goto cleanup" | Ævar Arnfjörð Bjarmason | 1 | -6/+7 |
| 2022-12-14 | Merge branch 'ab/various-leak-fixes' | Junio C Hamano | 1 | -1/+1 |
| 2022-11-21 | built-ins & libs & helpers: add/move destructors, fix leaks | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-11-18 | Merge branch 'tb/repack-expire-to' | Taylor Blau | 1 | -10/+61 |
| 2022-10-30 | Merge branch 'jk/repack-tempfile-cleanup' | Taylor Blau | 1 | -61/+29 |
| 2022-10-28 | Merge branch 'tb/remove-unused-pack-bitmap' | Junio C Hamano | 1 | -0/+32 |
| 2022-10-24 | builtin/repack.c: implement `--expire-to` for storing pruned objects | Taylor Blau | 1 | -0/+40 |
| 2022-10-24 | builtin/repack.c: write cruft packs to arbitrary locations | Taylor Blau | 1 | -3/+11 |
| 2022-10-24 | builtin/repack.c: pass "cruft_expiration" to `write_cruft_pack` | Taylor Blau | 1 | -2/+4 |
| 2022-10-24 | builtin/repack.c: pass "out" to `prepare_pack_objects` | Taylor Blau | 1 | -5/+6 |
| 2022-10-21 | repack: drop remove_temporary_files() | Jeff King | 1 | -32/+0 |
| 2022-10-21 | repack: use tempfiles for signal cleanup | Jeff King | 1 | -18/+8 |
| 2022-10-21 | repack: expand error message for missing pack files | Jeff King | 1 | -1/+2 |
| 2022-10-21 | repack: populate extension bits incrementally | Jeff King | 1 | -6/+9 |
| 2022-10-21 | repack: convert "names" util bitfield to array | Jeff King | 1 | -8/+14 |
| 2022-10-17 | repack: don't remove .keep packs with `--pack-kept-objects` | Taylor Blau | 1 | -0/+5 |
| 2022-10-17 | builtin/repack.c: remove redundant pack-based bitmaps | Taylor Blau | 1 | -0/+32 |
| 2022-09-01 | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2022-08-19 | refs: mark unused each_ref_fn parameters | Jeff King | 1 | -2/+2 |
| 2022-07-06 | cocci: generalize "unused" rule to cover more than "strbuf" | Ævar Arnfjörð Bjarmason | 1 | -2/+0 |
| 2022-06-17 | i18n: fix mismatched camelCase config variables | Jiang Xin | 1 | -1/+1 |
| 2022-06-03 | Merge branch 'tb/cruft-packs' | Junio C Hamano | 1 | -24/+161 |
| 2022-05-26 | builtin/repack.c: add cruft packs to MIDX during geometric repack | Taylor Blau | 1 | -3/+20 |
| 2022-05-26 | builtin/repack.c: use named flags for existing_packs | Taylor Blau | 1 | -3/+6 |
| 2022-05-26 | builtin/repack.c: allow configuring cruft pack generation | Taylor Blau | 1 | -14/+35 |
| 2022-05-26 | builtin/repack.c: support generating a cruft pack | Taylor Blau | 1 | -5/+100 |
| 2022-05-26 | pack-mtimes: support reading .mtimes files | Taylor Blau | 1 | -0/+1 |
| 2022-05-20 | builtin/repack.c: ensure that `names` is sorted | Taylor Blau | 1 | -1/+2 |
| 2022-05-20 | repack: respect --keep-pack with geometric repack | Victoria Dye | 1 | -11/+35 |
| 2022-03-14 | repack: add config to skip updating server info | Patrick Steinhardt | 1 | -1/+5 |
| 2022-03-14 | repack: refactor to avoid double-negation of update-server-info | Patrick Steinhardt | 1 | -4/+4 |
| 2022-01-10 | Merge branch 'ja/i18n-similar-messages' | Junio C Hamano | 1 | -2/+2 |
| 2022-01-05 | Merge branch 'ds/repack-fixlets' | Junio C Hamano | 1 | -3/+5 |
| 2022-01-05 | i18n: turn "options are incompatible" into "cannot be used together" | Jean-Noël Avila | 1 | -2/+2 |
| 2021-12-20 | repack: make '--quiet' disable progress | Derrick Stolee | 1 | -2/+4 |
| 2021-12-20 | repack: respect kept objects with '--write-midx -b' | Derrick Stolee | 1 | -1/+1 |
| 2021-12-10 | Merge branch 'po/size-t-for-vs' | Junio C Hamano | 1 | -1/+1 |
| 2021-12-01 | repack.c: LLP64 compatibility, upcast unity for left shift | Philip Oakley | 1 | -1/+1 |
| 2021-10-28 | builtin/repack.c: avoid leaking child arguments | Taylor Blau | 1 | -1/+3 |
| 2021-10-18 | Merge branch 'tb/repack-write-midx' | Junio C Hamano | 1 | -34/+248 |