]> git.ipfire.org Git - thirdparty/git.git/commit
repo: add new flag --keys to git-repo-info
authorLucas Seiki Oshiro <lucasseikioshiro@gmail.com>
Fri, 9 Jan 2026 20:31:53 +0000 (17:31 -0300)
committerJunio C Hamano <gitster@pobox.com>
Sat, 10 Jan 2026 06:59:26 +0000 (22:59 -0800)
commitaddc9177a8cda29436abdde7ec5694747b744a7d
treea2025a93f0e1851f4d9a6620976c4921318f285c
parent1de20cdaee1f38456a15a3fa289ea421ab5440cd
repo: add new flag --keys to git-repo-info

If the user wants to find what are the available keys, they need to
either check the documentation or to ask for all the key-value pairs
by using --all.

Add a new flag --keys for listing only the available keys without
listing the values.

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