index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
repo.c
Age
Commit message (
Expand
)
Author
2026-03-25
repo: show subcommand-specific help text
Mahi Kassa
2026-03-25
repo: factor repo usage strings into shared macros
Mahi Kassa
2026-03-16
Merge branch 'jt/repo-structure-extrema'
Junio C Hamano
2026-03-09
Merge branch 'jk/repo-structure-cleanup'
Junio C Hamano
2026-03-02
builtin/repo: find tree with most entries
Justin Tobler
2026-03-02
builtin/repo: find commit with most parents
Justin Tobler
2026-03-02
builtin/repo: add OID annotations to table output
Justin Tobler
2026-03-02
builtin/repo: collect largest inflated objects
Justin Tobler
2026-03-02
builtin/repo: add helper for printing keyvalue output
Justin Tobler
2026-03-02
builtin/repo: update stats for each object
Justin Tobler
2026-02-27
repo: remove unnecessary variable shadow
K Jayatheerth
2026-02-25
repo: rename struct field to repo_info_field
Lucas Seiki Oshiro
2026-02-25
repo: replace get_value_fn_for_key by get_repo_info_field
Lucas Seiki Oshiro
2026-02-25
repo: rename repo_info_fields to repo_info_field
Lucas Seiki Oshiro
2026-02-14
repo: add new flag --keys to git-repo-info
Lucas Seiki Oshiro
2026-02-14
repo: rename the output format "keyvalue" to "lines"
Lucas Seiki Oshiro
2025-12-30
Merge branch 'jt/repo-struct-more-objinfo'
Junio C Hamano
2025-12-18
builtin/repo: add object disk size info to structure table
Justin Tobler
2025-12-18
builtin/repo: add disk size info to keyvalue stucture output
Justin Tobler
2025-12-18
builtin/repo: add inflated object info to structure table
Justin Tobler
2025-12-18
builtin/repo: add inflated object info to keyvalue structure output
Justin Tobler
2025-12-18
builtin/repo: humanise count values in structure output
Justin Tobler
2025-12-18
builtin/repo: group per-type object values into struct
Justin Tobler
2025-12-05
repo: add -z as an alias for --format=nul to git-repo-structure
Lucas Seiki Oshiro
2025-12-05
repo: use [--format=... | -z] instead of [-z] in git-repo-info synopsis
Lucas Seiki Oshiro
2025-11-30
Merge branch 'lo/repo-info-all'
Junio C Hamano
2025-11-24
Merge branch 'jx/repo-struct-utf8width-fix'
Junio C Hamano
2025-11-18
repo: add --all to git-repo-info
Lucas Seiki Oshiro
2025-11-18
repo: factor out field printing to dedicated function
Lucas Seiki Oshiro
2025-11-16
builtin/repo: fix table alignment for UTF-8 characters
Jiang Xin
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
2025-10-21
builtin/repo: add progress meter for structure stats
Justin Tobler
2025-10-21
builtin/repo: add keyvalue and nul format for structure stats
Justin Tobler
2025-10-21
builtin/repo: add object counts in structure output
Justin Tobler
2025-10-21
builtin/repo: introduce structure subcommand
Justin Tobler
2025-10-21
builtin/repo: rename repo_info() to cmd_repo_info()
Justin Tobler
2025-09-04
repo: add the field objects.format
Lucas Seiki Oshiro
2025-09-04
repo: add the flag -z as an alias for --format=nul
Lucas Seiki Oshiro
2025-08-17
repo: add the --format flag
Lucas Seiki Oshiro
2025-08-17
repo: add the field layout.shallow
Lucas Seiki Oshiro
2025-08-17
repo: add the field layout.bare
Lucas Seiki Oshiro
2025-08-17
repo: add the field references.format
Lucas Seiki Oshiro
2025-08-17
repo: declare the repo command
Lucas Seiki Oshiro