summaryrefslogtreecommitdiff
path: root/builtin/count-objects.c
Commit message (Expand)AuthorAgeFilesLines
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* for_each_object: mark unused callback parametersJeff King2023-02-241-2/+4
* i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila2022-02-041-1/+1
* rename "alternate_object_database" to "object_directory"Jeff King2018-11-131-2/+2
* treewide: use get_all_packsDerrick Stolee2018-08-201-1/+1
* packfile: convert has_sha1_pack to object_idbrian m. carlson2018-05-021-1/+1
* packfile: keep prepare_packed_git() privatesb/packfiles-in-repositoryNguyễn Thái Ngọc Duy2018-03-261-2/+1
* packfile: add repository argument to prepare_packed_gitStefan Beller2018-03-261-1/+1
* object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-2/+3
* object-store: migrate alternates struct and functions from cache.hStefan Beller2018-03-231-0/+1
* pack: move open_pack_index(), parse_pack_index()Jonathan Tan2017-08-231-0/+1
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-221-2/+2
* alternates: use fspathcmp to detect duplicatesJeff King2016-10-101-0/+2
* count-objects: report alternates via verbose modeJeff King2016-10-101-0/+10
* prepare_packed_git(): refactor garbage reporting in pack directoryJunio C Hamano2015-08-171-2/+24
* count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy2014-12-011-1/+3
* count-objects: use for_each_loose_file_in_objdirJeff King2014-10-161-71/+30
* count-objects: do not use xsize_t when counting object sizeJeff King2014-10-161-1/+1
* count-objects: add -H option to humanize sizesAntoine Pelisse2013-04-101-8/+36
* count-objects: report how much disk space taken by garbage filesNguyễn Thái Ngọc Duy2013-02-151-6/+12
* count-objects: report garbage files in pack directory tooNguyễn Thái Ngọc Duy2013-02-151-1/+11
* i18n: count-objects: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-2/+2
* add description parameter to OPT__VERBOSERené Scharfe2010-11-151-1/+1
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+130