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