| Commit message (Expand) | Author | Age |
* | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 2016-01-15 |
* | Merge branch 'jk/repository-extension' | Junio C Hamano | 2015-10-26 |
|\ |
|
| * | introduce "preciousObjects" repository extension | Jeff King | 2015-06-24 |
* | | prefer mkpathdup to mkpath in assignments | Jeff King | 2015-08-10 |
|/ |
|
* | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-05-11 |
|\ |
|
| * | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 2014-12-01 |
* | | Merge branch 'jk/prune-with-corrupt-refs' | Junio C Hamano | 2015-03-25 |
|\ \ |
|
| * | | repack: turn on "ref paranoia" when doing a destructive repack | Jeff King | 2015-03-20 |
* | | | standardize usage info string format | Alex Henrie | 2015-01-14 |
|/ / |
|
* | | Merge branch 'mh/simplify-repack-without-refs' | Junio C Hamano | 2014-12-22 |
|\ \ |
|
| * | | sort_string_list(): rename to string_list_sort() | Michael Haggerty | 2014-11-25 |
| |/ |
|
* | | use args member of struct child_process | René Scharfe | 2014-11-10 |
|/ |
|
* | repack: pack objects mentioned by the index | Jeff King | 2014-10-19 |
* | Merge branch 'jk/prune-packed-server-info' | Junio C Hamano | 2014-09-26 |
|\ |
|
| * | repack: call prune_packed_objects() and update_server_info() directly | René Scharfe | 2014-09-15 |
* | | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 2014-08-20 |
|/ |
|
* | Merge branch 'jk/strip-suffix' | Junio C Hamano | 2014-07-16 |
|\ |
|
| * | use strip_suffix instead of ends_with in simple cases | Jeff King | 2014-06-30 |
* | | Merge branch 'jk/repack-pack-writebitmaps-config' | Junio C Hamano | 2014-06-25 |
|\ \ |
|
| * | | repack: introduce repack.writeBitmaps config option | Jeff King | 2014-06-10 |
| * | | repack: simplify handling of --write-bitmap-index | Jeff King | 2014-06-10 |
* | | | Merge branch 'jk/repack-pack-keep-objects' | Junio C Hamano | 2014-06-25 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | repack: s/write_bitmap/&s/ in code | Jeff King | 2014-06-10 |
| * | repack: respect pack.writebitmaps | Jeff King | 2014-06-10 |
| * | repack: do not accidentally pack kept objects by default | Jeff King | 2014-06-10 |
* | | Merge branch 'jk/repack-pack-keep-objects' | Junio C Hamano | 2014-03-18 |
|\ \
| |/ |
|
| * | repack: add `repack.packKeptObjects` config var | Jeff King | 2014-03-03 |
* | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-02-27 |
|\ \
| |/ |
|
| * | repack: consider bitmaps when performing repacks | Vicent Marti | 2013-12-30 |
| * | repack: handle optional files created by pack-objects | Jeff King | 2013-12-30 |
| * | repack: turn exts array into array-of-struct | Jeff King | 2013-12-30 |
| * | repack: stop using magic number for ARRAY_SIZE(exts) | Jeff King | 2013-12-30 |
* | | Merge branch 'tb/repack-fix-renames' (early part) | Junio C Hamano | 2014-02-05 |
|\ \ |
|
| * | | repack.c: rename and unlink pack file if it exists | Torsten Bögershausen | 2014-02-05 |
* | | | Merge branch 'sb/repack-in-c' | Junio C Hamano | 2014-01-27 |
|\ \ \
| |/ / |
|
| * | | repack: propagate pack-objects options as strings | Jeff King | 2014-01-23 |
| * | | repack: make parsed string options const-correct | Jeff King | 2014-01-23 |
| * | | repack: fix typo in max-pack-size option | Jeff King | 2014-01-23 |
| |/ |
|
* | | Sync with 1.8.5.2 | Junio C Hamano | 2013-12-17 |
|\ \ |
|
| * | | cmd_repack(): remove redundant local variable "nr_packs" | Michael Haggerty | 2013-12-17 |
| |/ |
|
* | | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 |
|/ |
|
* | repack: improve warnings about failure of renaming and removing files | Stefan Beller | 2013-09-17 |
* | repack: retain the return value of pack-objects | Stefan Beller | 2013-09-17 |
* | repack: rewrite the shell script in C | Stefan Beller | 2013-09-17 |