summaryrefslogtreecommitdiff
path: root/builtin/repack.c
AgeCommit message (Expand)Author
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-03-25Merge branch 'jk/prune-with-corrupt-refs'Junio C Hamano
2015-03-20repack: turn on "ref paranoia" when doing a destructive repackJeff King
2015-01-14standardize usage info string formatAlex Henrie
2014-12-22Merge branch 'mh/simplify-repack-without-refs'Junio C Hamano
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy
2014-11-25sort_string_list(): rename to string_list_sort()Michael Haggerty
2014-11-10use args member of struct child_processRené Scharfe
2014-10-19repack: pack objects mentioned by the indexJeff King
2014-09-26Merge branch 'jk/prune-packed-server-info'Junio C Hamano
2014-09-15repack: call prune_packed_objects() and update_server_info() directlyRené Scharfe
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-07-16Merge branch 'jk/strip-suffix'Junio C Hamano
2014-06-30use strip_suffix instead of ends_with in simple casesJeff King
2014-06-25Merge branch 'jk/repack-pack-writebitmaps-config'Junio C Hamano
2014-06-25Merge branch 'jk/repack-pack-keep-objects'Junio C Hamano
2014-06-10repack: introduce repack.writeBitmaps config optionJeff King
2014-06-10repack: simplify handling of --write-bitmap-indexJeff King
2014-06-10repack: s/write_bitmap/&s/ in codeJeff King
2014-06-10repack: respect pack.writebitmapsJeff King
2014-06-10repack: do not accidentally pack kept objects by defaultJeff King
2014-03-18Merge branch 'jk/repack-pack-keep-objects'Junio C Hamano
2014-03-03repack: add `repack.packKeptObjects` config varJeff King
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-02-05Merge branch 'tb/repack-fix-renames' (early part)Junio C Hamano
2014-02-05repack.c: rename and unlink pack file if it existsTorsten Bögershausen
2014-01-27Merge branch 'sb/repack-in-c'Junio C Hamano
2014-01-23repack: propagate pack-objects options as stringsJeff King
2014-01-23repack: make parsed string options const-correctJeff King
2014-01-23repack: fix typo in max-pack-size optionJeff King
2013-12-30repack: consider bitmaps when performing repacksVicent Marti
2013-12-30repack: handle optional files created by pack-objectsJeff King
2013-12-30repack: turn exts array into array-of-structJeff King
2013-12-30repack: stop using magic number for ARRAY_SIZE(exts)Jeff King
2013-12-17Sync with 1.8.5.2Junio C Hamano
2013-12-17cmd_repack(): remove redundant local variable "nr_packs"Michael Haggerty
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-09-17repack: improve warnings about failure of renaming and removing filesStefan Beller
2013-09-17repack: retain the return value of pack-objectsStefan Beller
2013-09-17repack: rewrite the shell script in CStefan Beller