summaryrefslogtreecommitdiff
path: root/builtin/count-objects.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-13rename "alternate_object_database" to "object_directory"Libravatar Jeff King1-2/+2
2018-08-20treewide: use get_all_packsLibravatar Derrick Stolee1-1/+1
2018-05-02packfile: convert has_sha1_pack to object_idLibravatar brian m. carlson1-1/+1
2018-03-26packfile: keep prepare_packed_git() privateLibravatar Nguyễn Thái Ngọc Duy1-2/+1
2018-03-26packfile: add repository argument to prepare_packed_gitLibravatar Stefan Beller1-1/+1
2018-03-26object-store: move packed_git and packed_git_mru to object storeLibravatar Stefan Beller1-2/+3
2018-03-23object-store: migrate alternates struct and functions from cache.hLibravatar Stefan Beller1-0/+1
2017-08-23pack: move open_pack_index(), parse_pack_index()Libravatar Jonathan Tan1-0/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-02-22Convert object iteration callbacks to struct object_idLibravatar brian m. carlson1-2/+2
2016-10-10alternates: use fspathcmp to detect duplicatesLibravatar Jeff King1-0/+2
2016-10-10count-objects: report alternates via verbose modeLibravatar Jeff King1-0/+10
2015-08-17prepare_packed_git(): refactor garbage reporting in pack directoryLibravatar Junio C Hamano1-2/+24
2014-12-01count-objects: report unused files in $GIT_DIR/worktrees/...Libravatar Nguyễn Thái Ngọc Duy1-1/+3
2014-10-16count-objects: use for_each_loose_file_in_objdirLibravatar Jeff King1-71/+30
2014-10-16count-objects: do not use xsize_t when counting object sizeLibravatar Jeff King1-1/+1
2013-04-10count-objects: add -H option to humanize sizesLibravatar Antoine Pelisse1-8/+36
2013-02-15count-objects: report how much disk space taken by garbage filesLibravatar Nguyễn Thái Ngọc Duy1-6/+12
2013-02-15count-objects: report garbage files in pack directory tooLibravatar Nguyễn Thái Ngọc Duy1-1/+11
2012-08-20i18n: count-objects: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2010-11-15add description parameter to OPT__VERBOSELibravatar René Scharfe1-1/+1
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+130