index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
repo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-07
setup: move prefix into repository
Patrick Steinhardt
1
-4
/
+4
2026-06-30
Merge branch 'jk/repo-info-path-keys' into ps/setup-split-discovery-and-setup
Junio C Hamano
1
-0
/
+50
2026-06-30
Merge branch 'ps/setup-drop-global-state' into ps/setup-split-discovery-and-s...
Junio C Hamano
1
-1
/
+1
2026-06-23
repo: add path.gitdir with absolute and relative suffix formatting
K Jayatheerth
1
-0
/
+24
2026-06-23
repo: add path.commondir with absolute and relative suffix formatting
K Jayatheerth
1
-0
/
+26
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
1
-1
/
+3
2026-06-11
environment: stop using `the_repository` in `is_bare_repository()`
Patrick Steinhardt
1
-1
/
+1
2026-03-25
repo: show subcommand-specific help text
Mahi Kassa
1
-2
/
+12
2026-03-25
repo: factor repo usage strings into shared macros
Mahi Kassa
1
-4
/
+10
2026-03-16
Merge branch 'jt/repo-structure-extrema'
Junio C Hamano
1
-62
/
+255
2026-03-09
Merge branch 'jk/repo-structure-cleanup'
Junio C Hamano
1
-1
/
+0
2026-03-02
builtin/repo: find tree with most entries
Justin Tobler
1
-0
/
+25
2026-03-02
builtin/repo: find commit with most parents
Justin Tobler
1
-0
/
+45
2026-03-02
builtin/repo: add OID annotations to table output
Justin Tobler
1
-10
/
+68
2026-03-02
builtin/repo: collect largest inflated objects
Justin Tobler
1
-0
/
+63
2026-03-02
builtin/repo: add helper for printing keyvalue output
Justin Tobler
1
-32
/
+39
2026-03-02
builtin/repo: update stats for each object
Justin Tobler
1
-29
/
+24
2026-02-27
repo: remove unnecessary variable shadow
K Jayatheerth
1
-1
/
+0
2026-02-25
repo: rename struct field to repo_info_field
Lucas Seiki Oshiro
1
-13
/
+14
2026-02-25
repo: replace get_value_fn_for_key by get_repo_info_field
Lucas Seiki Oshiro
1
-7
/
+6
2026-02-25
repo: rename repo_info_fields to repo_info_field
Lucas Seiki Oshiro
1
-10
/
+10
2026-02-14
repo: add new flag --keys to git-repo-info
Lucas Seiki Oshiro
1
-0
/
+32
2026-02-14
repo: rename the output format "keyvalue" to "lines"
Lucas Seiki Oshiro
1
-9
/
+10
2025-12-30
Merge branch 'jt/repo-struct-more-objinfo'
Junio C Hamano
1
-29
/
+146
2025-12-18
builtin/repo: add object disk size info to structure table
Justin Tobler
1
-0
/
+13
2025-12-18
builtin/repo: add disk size info to keyvalue stucture output
Justin Tobler
1
-0
/
+18
2025-12-18
builtin/repo: add inflated object info to structure table
Justin Tobler
1
-3
/
+30
2025-12-18
builtin/repo: add inflated object info to keyvalue structure output
Justin Tobler
1
-0
/
+33
2025-12-18
builtin/repo: humanise count values in structure output
Justin Tobler
1
-10
/
+28
2025-12-18
builtin/repo: group per-type object values into struct
Justin Tobler
1
-17
/
+25
2025-12-05
repo: add -z as an alias for --format=nul to git-repo-structure
Lucas Seiki Oshiro
1
-1
/
+5
2025-12-05
repo: use [--format=... | -z] instead of [-z] in git-repo-info synopsis
Lucas Seiki Oshiro
1
-1
/
+1
2025-11-30
Merge branch 'lo/repo-info-all'
Junio C Hamano
1
-18
/
+45
2025-11-24
Merge branch 'jx/repo-struct-utf8width-fix'
Junio C Hamano
1
-4
/
+17
2025-11-18
repo: add --all to git-repo-info
Lucas Seiki Oshiro
1
-2
/
+27
2025-11-18
repo: factor out field printing to dedicated function
Lucas Seiki Oshiro
1
-16
/
+18
2025-11-16
builtin/repo: fix table alignment for UTF-8 characters
Jiang Xin
1
-4
/
+17
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
1
-6
/
+3
2025-10-21
builtin/repo: add progress meter for structure stats
Justin Tobler
1
-6
/
+40
2025-10-21
builtin/repo: add keyvalue and nul format for structure stats
Justin Tobler
1
-4
/
+51
2025-10-21
builtin/repo: add object counts in structure output
Justin Tobler
1
-6
/
+99
2025-10-21
builtin/repo: introduce structure subcommand
Justin Tobler
1
-0
/
+200
2025-10-21
builtin/repo: rename repo_info() to cmd_repo_info()
Justin Tobler
1
-3
/
+3
2025-09-04
repo: add the field objects.format
Lucas Seiki Oshiro
1
-0
/
+7
2025-09-04
repo: add the flag -z as an alias for --format=nul
Lucas Seiki Oshiro
1
-12
/
+26
2025-08-17
repo: add the --format flag
Lucas Seiki Oshiro
1
-6
/
+40
2025-08-17
repo: add the field layout.shallow
Lucas Seiki Oshiro
1
-0
/
+9
2025-08-17
repo: add the field layout.bare
Lucas Seiki Oshiro
1
-0
/
+10
2025-08-17
repo: add the field references.format
Lucas Seiki Oshiro
1
-2
/
+72
2025-08-17
repo: declare the repo command
Lucas Seiki Oshiro
1
-0
/
+27