summaryrefslogtreecommitdiff
path: root/builtin/repo.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-07setup: move prefix into repositoryPatrick Steinhardt1-4/+4
2026-06-30Merge branch 'jk/repo-info-path-keys' into ps/setup-split-discovery-and-setupJunio C Hamano1-0/+50
2026-06-30Merge branch 'ps/setup-drop-global-state' into ps/setup-split-discovery-and-s...Junio C Hamano1-1/+1
2026-06-23repo: add path.gitdir with absolute and relative suffix formattingK Jayatheerth1-0/+24
2026-06-23repo: add path.commondir with absolute and relative suffix formattingK Jayatheerth1-0/+26
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-1/+3
2026-06-11environment: stop using `the_repository` in `is_bare_repository()`Patrick Steinhardt1-1/+1
2026-03-25repo: show subcommand-specific help textMahi Kassa1-2/+12
2026-03-25repo: factor repo usage strings into shared macrosMahi Kassa1-4/+10
2026-03-16Merge branch 'jt/repo-structure-extrema'Junio C Hamano1-62/+255
2026-03-09Merge branch 'jk/repo-structure-cleanup'Junio C Hamano1-1/+0
2026-03-02builtin/repo: find tree with most entriesJustin Tobler1-0/+25
2026-03-02builtin/repo: find commit with most parentsJustin Tobler1-0/+45
2026-03-02builtin/repo: add OID annotations to table outputJustin Tobler1-10/+68
2026-03-02builtin/repo: collect largest inflated objectsJustin Tobler1-0/+63
2026-03-02builtin/repo: add helper for printing keyvalue outputJustin Tobler1-32/+39
2026-03-02builtin/repo: update stats for each objectJustin Tobler1-29/+24
2026-02-27repo: remove unnecessary variable shadowK Jayatheerth1-1/+0
2026-02-25repo: rename struct field to repo_info_fieldLucas Seiki Oshiro1-13/+14
2026-02-25repo: replace get_value_fn_for_key by get_repo_info_fieldLucas Seiki Oshiro1-7/+6
2026-02-25repo: rename repo_info_fields to repo_info_fieldLucas Seiki Oshiro1-10/+10
2026-02-14repo: add new flag --keys to git-repo-infoLucas Seiki Oshiro1-0/+32
2026-02-14repo: rename the output format "keyvalue" to "lines"Lucas Seiki Oshiro1-9/+10
2025-12-30Merge branch 'jt/repo-struct-more-objinfo'Junio C Hamano1-29/+146
2025-12-18builtin/repo: add object disk size info to structure tableJustin Tobler1-0/+13
2025-12-18builtin/repo: add disk size info to keyvalue stucture outputJustin Tobler1-0/+18
2025-12-18builtin/repo: add inflated object info to structure tableJustin Tobler1-3/+30
2025-12-18builtin/repo: add inflated object info to keyvalue structure outputJustin Tobler1-0/+33
2025-12-18builtin/repo: humanise count values in structure outputJustin Tobler1-10/+28
2025-12-18builtin/repo: group per-type object values into structJustin Tobler1-17/+25
2025-12-05repo: add -z as an alias for --format=nul to git-repo-structureLucas Seiki Oshiro1-1/+5
2025-12-05repo: 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