aboutsummaryrefslogtreecommitdiff
path: root/builtin/repo.c
AgeCommit message (Expand)Author
2026-03-25repo: show subcommand-specific help textMahi Kassa
2026-03-25repo: factor repo usage strings into shared macrosMahi Kassa
2026-03-16Merge branch 'jt/repo-structure-extrema'Junio C Hamano
2026-03-09Merge branch 'jk/repo-structure-cleanup'Junio C Hamano
2026-03-02builtin/repo: find tree with most entriesJustin Tobler
2026-03-02builtin/repo: find commit with most parentsJustin Tobler
2026-03-02builtin/repo: add OID annotations to table outputJustin Tobler
2026-03-02builtin/repo: collect largest inflated objectsJustin Tobler
2026-03-02builtin/repo: add helper for printing keyvalue outputJustin Tobler
2026-03-02builtin/repo: update stats for each objectJustin Tobler
2026-02-27repo: remove unnecessary variable shadowK Jayatheerth
2026-02-25repo: rename struct field to repo_info_fieldLucas Seiki Oshiro
2026-02-25repo: replace get_value_fn_for_key by get_repo_info_fieldLucas Seiki Oshiro
2026-02-25repo: rename repo_info_fields to repo_info_fieldLucas Seiki Oshiro
2026-02-14repo: add new flag --keys to git-repo-infoLucas Seiki Oshiro
2026-02-14repo: rename the output format "keyvalue" to "lines"Lucas Seiki Oshiro
2025-12-30Merge branch 'jt/repo-struct-more-objinfo'Junio C Hamano
2025-12-18builtin/repo: add object disk size info to structure tableJustin Tobler
2025-12-18builtin/repo: add disk size info to keyvalue stucture outputJustin Tobler
2025-12-18builtin/repo: add inflated object info to structure tableJustin Tobler
2025-12-18builtin/repo: add inflated object info to keyvalue structure outputJustin Tobler
2025-12-18builtin/repo: humanise count values in structure outputJustin Tobler
2025-12-18builtin/repo: group per-type object values into structJustin Tobler
2025-12-05repo: add -z as an alias for --format=nul to git-repo-structureLucas Seiki Oshiro
2025-12-05repo: use [--format=... | -z] instead of [-z] in git-repo-info synopsisLucas Seiki Oshiro
2025-11-30Merge branch 'lo/repo-info-all'Junio C Hamano
2025-11-24Merge branch 'jx/repo-struct-utf8width-fix'Junio C Hamano
2025-11-18repo: add --all to git-repo-infoLucas Seiki Oshiro
2025-11-18repo: factor out field printing to dedicated functionLucas Seiki Oshiro
2025-11-16builtin/repo: fix table alignment for UTF-8 charactersJiang Xin
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-10-21builtin/repo: add progress meter for structure statsJustin Tobler
2025-10-21builtin/repo: add keyvalue and nul format for structure statsJustin Tobler
2025-10-21builtin/repo: add object counts in structure outputJustin Tobler
2025-10-21builtin/repo: introduce structure subcommandJustin Tobler
2025-10-21builtin/repo: rename repo_info() to cmd_repo_info()Justin Tobler
2025-09-04repo: add the field objects.formatLucas Seiki Oshiro
2025-09-04repo: add the flag -z as an alias for --format=nulLucas Seiki Oshiro
2025-08-17repo: add the --format flagLucas Seiki Oshiro
2025-08-17repo: add the field layout.shallowLucas Seiki Oshiro
2025-08-17repo: add the field layout.bareLucas Seiki Oshiro
2025-08-17repo: add the field references.formatLucas Seiki Oshiro
2025-08-17repo: declare the repo commandLucas Seiki Oshiro