summaryrefslogtreecommitdiff
path: root/builtin/count-objects.c
AgeCommit message (Expand)Author
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