Age | Commit message (Expand) | Author | Files | Lines |
2018-08-20 | Merge branch 'jt/repack-promisor-packs' | Junio C Hamano | 1 | -48/+135 |
2018-08-16 | repack: add delta-islands support | Jeff King | 1 | -0/+9 |
2018-08-09 | repack: repack promisor objects if -a or -A is set | Jonathan Tan | 1 | -4/+79 |
2018-08-09 | repack: refactor setup of pack-objects cmd | Jonathan Tan | 1 | -44/+55 |
2018-07-20 | midx: clear midx on repack | Derrick Stolee | 1 | -0/+9 |
2018-04-16 | repack: add --keep-pack option | Nguyễn Thái Ngọc Duy | 1 | -3/+18 |
2017-12-08 | gc: do not repack promisor packfiles | Jonathan Tan | 1 | -2/+6 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-04-27 | repack: accept --threads=<n> and pass it down to pack-objects | Junio C Hamano | 1 | -0/+5 |
2016-12-29 | repack: die on incremental + write-bitmap-index | David Turner | 1 | -0/+9 |
2016-07-13 | Merge branch 'va/i18n-even-more' | Junio C Hamano | 1 | -1/+1 |
2016-06-17 | i18n: standardise messages | Vasco Almeida | 1 | -1/+1 |
2016-06-14 | repack: extend --keep-unreachable to loose objects | Jeff King | 1 | -0/+1 |
2016-06-14 | repack: add --keep-unreachable option | Jeff King | 1 | -0/+9 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
2015-10-26 | Merge branch 'jk/repository-extension' | Junio C Hamano | 1 | -0/+3 |
2015-08-10 | prefer mkpathdup to mkpath in assignments | Jeff King | 1 | -11/+13 |
2015-06-24 | introduce "preciousObjects" repository extension | Jeff King | 1 | -0/+3 |
2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -3/+5 |
2015-03-25 | Merge branch 'jk/prune-with-corrupt-refs' | Junio C Hamano | 1 | -2/+6 |
2015-03-20 | repack: turn on "ref paranoia" when doing a destructive repack | Jeff King | 1 | -2/+6 |
2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -1/+1 |
2014-12-22 | Merge branch 'mh/simplify-repack-without-refs' | Junio C Hamano | 1 | -1/+1 |
2014-12-01 | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 1 | -3/+5 |
2014-11-25 | sort_string_list(): rename to string_list_sort() | Michael Haggerty | 1 | -1/+1 |
2014-11-10 | use args member of struct child_process | René Scharfe | 1 | -25/+22 |
2014-10-19 | repack: pack objects mentioned by the index | Jeff King | 1 | -0/+1 |
2014-09-26 | Merge branch 'jk/prune-packed-server-info' | Junio C Hamano | 1 | -17/+6 |
2014-09-15 | repack: call prune_packed_objects() and update_server_info() directly | René Scharfe | 1 | -17/+6 |
2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+1 |
2014-07-16 | Merge branch 'jk/strip-suffix' | Junio C Hamano | 1 | -3/+2 |
2014-06-30 | use strip_suffix instead of ends_with in simple cases | Jeff King | 1 | -3/+2 |
2014-06-25 | Merge branch 'jk/repack-pack-writebitmaps-config' | Junio C Hamano | 1 | -6/+6 |
2014-06-25 | Merge branch 'jk/repack-pack-keep-objects' | Junio C Hamano | 1 | -5/+9 |
2014-06-10 | repack: introduce repack.writeBitmaps config option | Jeff King | 1 | -1/+2 |
2014-06-10 | repack: simplify handling of --write-bitmap-index | Jeff King | 1 | -5/+4 |
2014-06-10 | repack: s/write_bitmap/&s/ in code | Jeff King | 1 | -6/+6 |
2014-06-10 | repack: respect pack.writebitmaps | Jeff King | 1 | -1/+5 |
2014-06-10 | repack: do not accidentally pack kept objects by default | Jeff King | 1 | -1/+1 |
2014-03-18 | Merge branch 'jk/repack-pack-keep-objects' | Junio C Hamano | 1 | -1/+12 |
2014-03-03 | repack: add `repack.packKeptObjects` config var | Jeff King | 1 | -1/+12 |
2014-02-27 | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 1 | -12/+29 |
2014-02-05 | Merge branch 'tb/repack-fix-renames' (early part) | Junio C Hamano | 1 | -2/+2 |
2014-02-05 | repack.c: rename and unlink pack file if it exists | Torsten Bögershausen | 1 | -2/+2 |
2014-01-27 | Merge branch 'sb/repack-in-c' | Junio C Hamano | 1 | -12/+12 |
2014-01-23 | repack: propagate pack-objects options as strings | Jeff King | 1 | -11/+11 |
2014-01-23 | repack: make parsed string options const-correct | Jeff King | 1 | -1/+1 |
2014-01-23 | repack: fix typo in max-pack-size option | Jeff King | 1 | -1/+1 |
2013-12-30 | repack: consider bitmaps when performing repacks | Vicent Marti | 1 | -1/+8 |