]> git.ipfire.org Git - thirdparty/git.git/commit
repo: add --all to git-repo-info
authorLucas Seiki Oshiro <lucasseikioshiro@gmail.com>
Tue, 18 Nov 2025 20:37:04 +0000 (17:37 -0300)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Nov 2025 21:29:10 +0000 (13:29 -0800)
commit155caac7d1fa981b21192c598cf9bbffdb5aea12
tree94fb3702cdeeca21a41bfadf93fa17f15c55671a
parentfd7d79d068dd14a4d7a4a93f7bfd31cf24020aec
repo: add --all to git-repo-info

Add a new flag `--all` to git-repo-info for requesting values for all
the available keys. By using this flag, the user can retrieve all the
values instead of searching what are the desired keys for what they
wants.

Helped-by: Karthik Nayak <karthik.188@gmail.com>
Helped-by: Patrick Steinhardt <ps@pks.im>
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