]> git.ipfire.org Git - thirdparty/git.git/commit
repo: add the field layout.bare
authorLucas Seiki Oshiro <lucasseikioshiro@gmail.com>
Thu, 7 Aug 2025 15:02:37 +0000 (12:02 -0300)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Aug 2025 22:23:24 +0000 (15:23 -0700)
commitedb06d0823ae47d533f0eb370fffd71fc79bce37
tree545e3e5520c7e54709ff5568647275d5c9adb22c
parentd7043982681026858b784b3e7dddcba6493bf3e8
repo: add the field layout.bare

This commit is part of the series that introduces the new subcommand
git-repo-info.

The flag --is-bare-repository from git-rev-parse is used for retrieving
whether the current repository is bare. This way, it is used for
querying repository metadata, fitting in the purpose of git-repo-info.

Then, add a new field layout.bare to the git-repo-info subcommand
containing that information.

Helped-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Helped-by: Junio C Hamano <gitster@pobox.com>
Helped-by: Justin Tobler <jltobler@gmail.com>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Mentored-by: Karthik Nayak <karthik.188@gmail.com>
Mentored-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