summaryrefslogtreecommitdiff
path: root/builtin/count-objects.c
AgeCommit message (Expand)Author
2025-07-01odb: get rid of `the_repository` in `for_each()` functionsPatrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt
2024-08-13path: stop relying on `the_repository` when reporting garbagePatrick Steinhardt
2023-07-13count-objects: mark unused parameter in alternates callbackJeff King
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24for_each_object: mark unused callback parametersJeff King
2022-02-04i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila
2018-11-13rename "alternate_object_database" to "object_directory"Jeff King
2018-08-20treewide: use get_all_packsDerrick Stolee
2018-05-02packfile: convert has_sha1_pack to object_idbrian m. carlson
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller
2017-08-23pack: move open_pack_index(), parse_pack_index()Jonathan Tan
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-02-22Convert object iteration callbacks to struct object_idbrian m. carlson
2016-10-10alternates: use fspathcmp to detect duplicatesJeff King
2016-10-10count-objects: report alternates via verbose modeJeff King
2015-08-17prepare_packed_git(): refactor garbage reporting in pack directoryJunio C Hamano
2014-12-01count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy
2014-10-16count-objects: use for_each_loose_file_in_objdirJeff King
2014-10-16count-objects: do not use xsize_t when counting object sizeJeff King
2013-04-10count-objects: add -H option to humanize sizesAntoine Pelisse
2013-02-15count-objects: report how much disk space taken by garbage filesNguyễn Thái Ngọc Duy
2013-02-15count-objects: report garbage files in pack directory tooNguyễn Thái Ngọc Duy
2012-08-20i18n: count-objects: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2010-11-15add description parameter to OPT__VERBOSERené Scharfe
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds