]> git.99rst.org Git - git.git/commit
setup: make ref storage format configurable via config
authorPatrick Steinhardt <redacted>
Fri, 16 Aug 2024 08:57:12 +0000 (10:57 +0200)
committerJunio C Hamano <redacted>
Fri, 16 Aug 2024 16:55:22 +0000 (09:55 -0700)
commitd2511eeae5fc679cf1b1591b3604e6abf5c056c2
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/config/init.txt
setup.c
t/t0001-init.sh
git clone https://git.99rst.org/PROJECT