summaryrefslogtreecommitdiff
path: root/builtin/prune-packed.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-14for_each_*_object: move declarations to object-store.hLibravatar Jeff King1-0/+1
2018-05-02packfile: convert has_sha1_pack to object_idLibravatar brian m. carlson1-1/+1
2017-08-26Merge branch 'jt/packmigrate'Libravatar Junio C Hamano1-0/+1
2017-08-23pack: move has_sha1_pack()Libravatar Jonathan Tan1-0/+1
2017-08-19progress: simplify "delayed" progress APILibravatar Junio C Hamano1-2/+1
2017-06-24sha1_file: guard against invalid loose subdirectory numbersLibravatar René Scharfe1-1/+1
2017-02-22Convert object iteration callbacks to struct object_idLibravatar brian m. carlson1-2/+2
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-1/+1
2014-10-16prune-packed: use for_each_loose_file_in_objdirLibravatar Jeff King1-46/+23
2014-09-15prune-packed: fix minor memory leakLibravatar Jeff King1-0/+1
2014-02-24i18n: mark all progress lines for translationLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-12-17prune-packed: use strbuf to avoid having to worry about PATH_MAXLibravatar Junio C Hamano1-17/+21
2013-05-28prune-packed: avoid implying "1" is DRY_RUN in prune_packed_objects()Libravatar Nguyễn Thái Ngọc Duy1-8/+7
2012-08-20i18n: prune-packed: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2012-03-07fix deletion of .git/objects sub-directories in git-prune/repackLibravatar Karsten Blees1-2/+2
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+86