96 Commits (890bc959affb6a7fdbad2552c0adf34d32da00b5)

Author SHA1 Message Date
Taylor Blau 59552fb3e2 midx: traverse the local MIDX first 5 years ago
Taylor Blau e08f7bb093 builtin/repack.c: invalidate MIDX only when necessary 5 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
Taylor Blau 120ad2b0f1 shallow: extract a header file for shallow-related functions 5 years ago
Denton Liu 9460fd48b5 Lib-ify prune-packed 5 years ago
William Baker efbc3aee08 midx: add MIDX_PROGRESS flag 5 years ago
Jonathan Tan 5374a290aa fetch-pack: write fetched refs to .promisor 5 years ago
brian m. carlson dd336a5511 builtin/repack: write object IDs of the proper length 6 years ago
Jeff King 7ff024e7b3 repack: simplify handling of auto-bitmaps and .keep files 6 years ago
Jeff King 25575015ca repack: silence warnings when auto-enabled bitmaps cannot be built 6 years ago
Eric Wong 7328482253 repack: disable bitmaps-by-default if .keep files exist 6 years ago
Christian Couder b14ed5adaf Use promisor_remote_get_direct() and has_promisor_remote() 6 years ago
Derrick Stolee 2d511cfc0b packfile: rename close_all_packs to close_object_store 6 years ago
Derrick Stolee 8434e85d5f repack: refactor pack deletion for future use 6 years ago
Eric Wong 36eba0323d repack: enable bitmaps by default on bare repos 6 years ago
Johannes Schindelin 5bdece0d70 gc/repack: release packs when needed 6 years ago
Nguyễn Thái Ngọc Duy c83d950e59 repack: mark more strings for translation 6 years ago
Johannes Schindelin 5dcfbf564c repack -ad: prune the list of shallow commits 6 years ago
Derrick Stolee 0465a50506 multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX 6 years ago
Derrick Stolee 1dcd9f2043 midx: close multi-pack-index on repack 6 years ago
brian m. carlson 2f0c9e9a9b builtin/repack: replace hard-coded constants 6 years ago
Jeff King 16d75fa48d repack: add delta-islands support 7 years ago
Jonathan Tan 5d19e8138d repack: repack promisor objects if -a or -A is set 7 years ago
Jonathan Tan 2b958e790b repack: refactor setup of pack-objects cmd 7 years ago
Derrick Stolee 525e18c04b midx: clear midx on repack 7 years ago
Nguyễn Thái Ngọc Duy ed7e5fc3a2 repack: add --keep-pack option 7 years ago
Jonathan Tan 0c16cd499d gc: do not repack promisor packfiles 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Junio C Hamano 40bcf3188a repack: accept --threads=<n> and pass it down to pack-objects 8 years ago
David Turner 1c409a705c repack: die on incremental + write-bitmap-index 8 years ago
Vasco Almeida e923a8abe9 i18n: standardise messages 9 years ago
Jeff King e26a8c4721 repack: extend --keep-unreachable to loose objects 9 years ago
Jeff King 905f27b86a repack: add --keep-unreachable option 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Jeff King e3cf230324 prefer mkpathdup to mkpath in assignments 10 years ago
Jeff King 067fbd4105 introduce "preciousObjects" repository extension 10 years ago
Jeff King 8d42299361 repack: turn on "ref paranoia" when doing a destructive repack 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Nguyễn Thái Ngọc Duy dcf692625a path.c: make get_pathname() call sites return const char * 10 years ago
Michael Haggerty 3383e19984 sort_string_list(): rename to string_list_sort() 10 years ago
René Scharfe a2bae2dce1 use args member of struct child_process 10 years ago
Jeff King c90f9e13ab repack: pack objects mentioned by the index 11 years ago
René Scharfe 4489a480fd repack: call prune_packed_objects() and update_server_info() directly 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Jeff King 26936bfd9b use strip_suffix instead of ends_with in simple cases 11 years ago
Jeff King 71d76cb480 repack: introduce repack.writeBitmaps config option 11 years ago
Jeff King 2bed2d47b4 repack: simplify handling of --write-bitmap-index 11 years ago
Jeff King d078d85bc3 repack: s/write_bitmap/&s/ in code 11 years ago