aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/count-objects.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-13count-objects: mark unused parameter in alternates callbackJeff King1-1/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-24for_each_object: mark unused callback parametersJeff King1-2/+4
2022-02-04i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila1-1/+1
2018-11-13rename "alternate_object_database" to "object_directory"Jeff King1-2/+2
2018-08-20treewide: use get_all_packsDerrick Stolee1-1/+1
2018-05-02packfile: convert has_sha1_pack to object_idbrian m. carlson1-1/+1
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy1-2/+1
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller1-1/+1
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller1-2/+3
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller1-0/+1
2017-08-23pack: move open_pack_index(), parse_pack_index()Jonathan Tan1-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-02-22Convert object iteration callbacks to struct object_idbrian m. carlson1-2/+2
2016-10-10alternates: use fspathcmp to detect duplicatesJeff King1-0/+2
2016-10-10count-objects: report alternates via verbose modeJeff King1-0/+10
2015-08-17prepare_packed_git(): refactor garbage reporting in pack directoryJunio C Hamano1-2/+24
2014-12-01count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy1-1/+3
2014-10-16count-objects: use for_each_loose_file_in_objdirJeff King1-71/+30
2014-10-16count-objects: do not use xsize_t when counting object sizeJeff King1-1/+1
2013-04-10count-objects: add -H option to humanize sizesAntoine Pelisse1-8/+36
2013-02-15count-objects: report how much disk space taken by garbage filesNguyễn Thái Ngọc Duy1-6/+12
2013-02-15count-objects: report garbage files in pack directory tooNguyễn Thái Ngọc Duy1-1/+11
2012-08-20i18n: count-objects: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-2/+2
2010-11-15add description parameter to OPT__VERBOSERené Scharfe1-1/+1
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+130