setup: make ref storage format configurable via configps/hash-and-ref-format-from-config
commitd2511eeae5fc679cf1b1591b3604e6abf5c056c2
authorPatrick Steinhardt <ps@pks.im>
Fri, 16 Aug 2024 08:57:12 +0000 (16 10:57 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Aug 2024 16:55:22 +0000 (16 09:55 -0700)
treea727383830e32fb3ddfe8b235c17b201ac1675d0
parent0c22e09b7376ce9c010e5901108bab08e5ec2b2c
setup: make ref storage format configurable via config

Similar to the preceding commit, introduce a new "init.defaultRefFormat"
config that allows the user to globally set the ref storage format used
by newly created repositories.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/init.txt
setup.c
t/t0001-init.sh