summaryrefslogtreecommitdiffstats
path: root/builtin/prune-packed.c
AgeCommit message (Expand)AuthorLines
2024-09-13builtin: remove USE_THE_REPOSITORY for those without the_repositoryJohn Cai-1/+0
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai-1/+4
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2022-02-04i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila-1/+1
2020-03-24Lib-ify prune-packedDenton Liu-43/+1
2019-03-07Merge branch 'rj/prune-packed-excess-args'Junio C Hamano-0/+5
2019-02-11prune-packed: check for too many argumentsRamsay Jones-0/+5
2018-08-14for_each_*_object: move declarations to object-store.hJeff King-0/+1
2018-05-02packfile: convert has_sha1_pack to object_idbrian m. carlson-1/+1
2017-08-26Merge branch 'jt/packmigrate'Junio C Hamano-0/+1
2017-08-23pack: move has_sha1_pack()Jonathan Tan-0/+1
2017-08-19progress: simplify "delayed" progress APIJunio C Hamano-2/+1
2017-06-24sha1_file: guard against invalid loose subdirectory numbersRené Scharfe-1/+1
2017-02-22Convert object iteration callbacks to struct object_idbrian m. carlson-2/+2
2015-01-14standardize usage info string formatAlex Henrie-1/+1
2014-10-16prune-packed: use for_each_loose_file_in_objdirJeff King-46/+23
2014-09-15prune-packed: fix minor memory leakJeff King-0/+1
2014-02-24i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy-1/+1
2013-12-17prune-packed: use strbuf to avoid having to worry about PATH_MAXJunio C Hamano-17/+21
2013-05-28prune-packed: avoid implying "1" is DRY_RUN in prune_packed_objects()Nguyễn Thái Ngọc Duy-8/+7
2012-08-20i18n: prune-packed: mark parseopt strings for translationNguyễn Thái Ngọc Duy-3/+3
2012-03-07fix deletion of .git/objects sub-directories in git-prune/repackKarsten Blees-2/+2
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds-0/+86