summaryrefslogtreecommitdiff
path: root/builtin/prune-packed.c
AgeCommit message (Expand)Author
2019-03-07Merge branch 'rj/prune-packed-excess-args'Junio C Hamano
2019-02-11prune-packed: check for too many argumentsRamsay Jones
2018-08-14for_each_*_object: move declarations to object-store.hJeff King
2018-05-02packfile: convert has_sha1_pack to object_idbrian m. carlson
2017-08-27Merge branch 'jt/packmigrate'Junio C Hamano
2017-08-23pack: move has_sha1_pack()Jonathan Tan
2017-08-19progress: simplify "delayed" progress APIJunio C Hamano
2017-06-24sha1_file: guard against invalid loose subdirectory numbersRené Scharfe
2017-02-22Convert object iteration callbacks to struct object_idbrian m. carlson
2015-01-14standardize usage info string formatAlex Henrie
2014-10-16prune-packed: use for_each_loose_file_in_objdirJeff King
2014-09-15prune-packed: fix minor memory leakJeff King
2014-02-24i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy
2013-12-17prune-packed: use strbuf to avoid having to worry about PATH_MAXJunio C Hamano
2013-05-28prune-packed: avoid implying "1" is DRY_RUN in prune_packed_objects()Nguyễn Thái Ngọc Duy
2012-08-20i18n: prune-packed: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-03-07fix deletion of .git/objects sub-directories in git-prune/repackKarsten Blees
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds