summaryrefslogtreecommitdiff
path: root/builtin/repack.c
AgeCommit message (Expand)Author
2014-07-10Merge branch 'jk/repack-pack-keep-objects' into maintJunio C Hamano
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