index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
count-objects.c
Age
Commit message (
Expand
)
Author
2025-07-01
odb: get rid of `the_repository` in `for_each()` functions
Patrick Steinhardt
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
2025-04-29
object-store: move function declarations to their respective subsystems
Patrick Steinhardt
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2024-12-04
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
2024-08-13
path: stop relying on `the_repository` when reporting garbage
Patrick Steinhardt
2023-07-13
count-objects: mark unused parameter in alternates callback
Jeff King
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-24
for_each_object: mark unused callback parameters
Jeff King
2022-02-04
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
2018-11-13
rename "alternate_object_database" to "object_directory"
Jeff King
2018-08-20
treewide: use get_all_packs
Derrick Stolee
2018-05-02
packfile: convert has_sha1_pack to object_id
brian m. carlson
2018-03-26
packfile: keep prepare_packed_git() private
Nguyễn Thái Ngọc Duy
2018-03-26
packfile: add repository argument to prepare_packed_git
Stefan Beller
2018-03-26
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
2018-03-23
object-store: migrate alternates struct and functions from cache.h
Stefan Beller
2017-08-23
pack: move open_pack_index(), parse_pack_index()
Jonathan Tan
2017-06-15
config: don't include config.h by default
Brandon Williams
2017-02-22
Convert object iteration callbacks to struct object_id
brian m. carlson
2016-10-10
alternates: use fspathcmp to detect duplicates
Jeff King
2016-10-10
count-objects: report alternates via verbose mode
Jeff King
2015-08-17
prepare_packed_git(): refactor garbage reporting in pack directory
Junio C Hamano
2014-12-01
count-objects: report unused files in $GIT_DIR/worktrees/...
Nguyễn Thái Ngọc Duy
2014-10-16
count-objects: use for_each_loose_file_in_objdir
Jeff King
2014-10-16
count-objects: do not use xsize_t when counting object size
Jeff King
2013-04-10
count-objects: add -H option to humanize sizes
Antoine Pelisse
2013-02-15
count-objects: report how much disk space taken by garbage files
Nguyễn Thái Ngọc Duy
2013-02-15
count-objects: report garbage files in pack directory too
Nguyễn Thái Ngọc Duy
2012-08-20
i18n: count-objects: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
2010-11-15
add description parameter to OPT__VERBOSE
René Scharfe
2010-02-22
Move 'builtin-*' into a 'builtin/' subdirectory
Linus Torvalds