69 Commits (dba093ddc0341a85f576bbd5227d393a820d930a)

Author SHA1 Message Date
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 10 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
Jeff King 3198b89fb2 repack: respect pack.writebitmaps 11 years ago
Jeff King 64d3dc9468 repack: do not accidentally pack kept objects by default 11 years ago
Jeff King ee34a2bead repack: add `repack.packKeptObjects` config var 11 years ago
Torsten Bögershausen 9d7fbfd204 repack.c: rename and unlink pack file if it exists 11 years ago
Jeff King b861e235bc repack: propagate pack-objects options as strings 11 years ago
Jeff King aa8bd519db repack: make parsed string options const-correct 11 years ago
Jeff King 44b96ecaa8 repack: fix typo in max-pack-size option 11 years ago
Vicent Marti 5cf2741c5a repack: consider bitmaps when performing repacks 11 years ago
Jeff King b77fcd1edc repack: handle optional files created by pack-objects 11 years ago
Jeff King 42a02d8529 repack: turn exts array into array-of-struct 11 years ago
Jeff King b328c2166e repack: stop using magic number for ARRAY_SIZE(exts) 11 years ago
Michael Haggerty 3e7b066e22 cmd_repack(): remove redundant local variable "nr_packs" 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Stefan Beller 0b63c6a5b7 repack: improve warnings about failure of renaming and removing files 12 years ago
Stefan Beller ffc9329f48 repack: retain the return value of pack-objects 12 years ago
Stefan Beller a1bbc6c017 repack: rewrite the shell script in C 12 years ago