| Age | Commit message (Expand) | Author | Files | Lines |
| 14 days | repo: add -z as an alias for --format=nul to git-repo-structure | Lucas Seiki Oshiro | 1 | -1/+5 |
| 14 days | 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 |