Re: [PATCH] t1900: add tests for git repo structure subcommand
From: K Jayatheerth <hidden>
Date: 2026-03-10 13:35:00
From: Mansi Singh <redacted>
The t1900 test file covers git repo info thoroughly but has
no tests for the git repo structure subcommand. Add basic
tests to verify that:
- git repo structure succeeds and produces no stderr output
- git repo structure --format=keyvalue outputs expected keys
- git repo structure --format=nul succeeds
- git repo structure rejects an unknown format
Signed-off-by: Mansi Singh <redacted>
---
t1900: add tests for git repo structure subcommand
Add tests for the git repo structure subcommand in t1900-repo-info.sh.
The tests verify that git repo structure outputs the expected fields
(commits, trees, blobs, tags) in both default and key-value formats.
Signed-off-by: Mansi Singh mansimaanu8627@gmail.com
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-2066%2FMansiSingh17%2Frepo-add-structure-tests-v3-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-2066/MansiSingh17/repo-add-structure-tests-v3-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/2066
t/t1900-repo-info.sh | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)Hi, The very next file in t/ i.e t1901.. is about repo structure You might wanna check that out because I find most of these to be redundant Regards - Jayatheerth