aboutsummaryrefslogtreecommitdiff
path: root/builtin/repack.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/repack-pack-keep-objects' into maintJunio C Hamano2014-07-10
|\
| * repack: s/write_bitmap/&s/ in codeJeff King2014-06-10
| * repack: respect pack.writebitmapsJeff King2014-06-10
| * repack: do not accidentally pack kept objects by defaultJeff King2014-06-10
* | Merge branch 'jk/repack-pack-keep-objects'Junio C Hamano2014-03-18
|\ \ | |/
| * repack: add `repack.packKeptObjects` config varJeff King2014-03-03
* | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-27
|\ \ | |/
| * repack: consider bitmaps when performing repacksVicent Marti2013-12-30
| * repack: handle optional files created by pack-objectsJeff King2013-12-30
| * repack: turn exts array into array-of-structJeff King2013-12-30
| * repack: stop using magic number for ARRAY_SIZE(exts)Jeff King2013-12-30
* | Merge branch 'tb/repack-fix-renames' (early part)Junio C Hamano2014-02-05
|\ \
| * | repack.c: rename and unlink pack file if it existsTorsten Bögershausen2014-02-05
* | | Merge branch 'sb/repack-in-c'Junio C Hamano2014-01-27
|\ \ \ | |/ /
| * | repack: propagate pack-objects options as stringsJeff King2014-01-23
| * | repack: make parsed string options const-correctJeff King2014-01-23
| * | repack: fix typo in max-pack-size optionJeff King2014-01-23
| |/
* | Sync with 1.8.5.2Junio C Hamano2013-12-17
|\ \
| * | cmd_repack(): remove redundant local variable "nr_packs"Michael Haggerty2013-12-17
| |/
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
|/
* repack: improve warnings about failure of renaming and removing filesStefan Beller2013-09-17
* repack: retain the return value of pack-objectsStefan Beller2013-09-17
* repack: rewrite the shell script in CStefan Beller2013-09-17