aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/repo.c
AgeCommit message (Expand)AuthorFilesLines
14 daysrepo: add -z as an alias for --format=nul to git-repo-structureLucas Seiki Oshiro1-1/+5
14 daysrepo: use [--format=... | -z] instead of [-z] in git-repo-info synopsisLucas Seiki Oshiro1-1/+1
2025-11-30Merge branch 'lo/repo-info-all'Junio C Hamano1-18/+45
2025-11-24Merge branch 'jx/repo-struct-utf8width-fix'Junio C Hamano1-4/+17
2025-11-18repo: add --all to git-repo-infoLucas Seiki Oshiro1-2/+27
2025-11-18repo: factor out field printing to dedicated functionLucas Seiki Oshiro1-16/+18
2025-11-16builtin/repo: fix table alignment for UTF-8 charactersJiang Xin1-4/+17
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt1-6/+3
2025-10-21builtin/repo: add progress meter for structure statsJustin Tobler1-6/+40
2025-10-21builtin/repo: add keyvalue and nul format for structure statsJustin Tobler1-4/+51
2025-10-21builtin/repo: add object counts in structure outputJustin Tobler1-6/+99
2025-10-21builtin/repo: introduce structure subcommandJustin Tobler1-0/+200
2025-10-21builtin/repo: rename repo_info() to cmd_repo_info()Justin Tobler1-3/+3
2025-09-04repo: add the field objects.formatLucas Seiki Oshiro1-0/+7
2025-09-04repo: add the flag -z as an alias for --format=nulLucas Seiki Oshiro1-12/+26
2025-08-17repo: add the --format flagLucas Seiki Oshiro1-6/+40
2025-08-17repo: add the field layout.shallowLucas Seiki Oshiro1-0/+9
2025-08-17repo: add the field layout.bareLucas Seiki Oshiro1-0/+10
2025-08-17repo: add the field references.formatLucas Seiki Oshiro1-2/+72
2025-08-17repo: declare the repo commandLucas Seiki Oshiro1-0/+27