]> Kevux Git Server - rit/commit
repo: add new flag --keys to git-repo-info
authorLucas Seiki Oshiro <lucasseikioshiro@gmail.com>
Sat, 14 Feb 2026 00:35:16 +0000 (21:35 -0300)
committerJunio C Hamano <gitster@pobox.com>
Sat, 14 Feb 2026 18:12:10 +0000 (10:12 -0800)
commit173c43be54f0039a9f6e13afaad3c953bb6b06dc
tree3b3e2582a96e42ee481f4d523ac5531d141671a7
parentebb667add9b6be123b6eb6f4b9de636c83d6f30c
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