]> git.ipfire.org Git - thirdparty/git.git/commit
repo: add a default output format to enum output_format
authorLucas Seiki Oshiro <lucasseikioshiro@gmail.com>
Fri, 9 Jan 2026 20:31:52 +0000 (17:31 -0300)
committerJunio C Hamano <gitster@pobox.com>
Sat, 10 Jan 2026 06:59:25 +0000 (22:59 -0800)
commit1de20cdaee1f38456a15a3fa289ea421ab5440cd
tree47b173b1dc95ba03b259b5fa8c1c9431e1299b5a
parenta92df5a0de1fc804f8c6917b2c95aa332cd1e8b5
repo: add a default output format to enum output_format

Add "default" as an option for --format in both git-repo-info and
git-repo-structure. Using `--format=default` makes those commands use
their default output format.

Signed-off-by: Lucas Seiki Oshiro <lucasseikioshiro@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-repo.adoc
builtin/repo.c
t/t1900-repo.sh
t/t1901-repo-structure.sh