]> Kevux Git Server - rit/commit
builtin/clone: introduce `--ref-format=` value flag
authorPatrick Steinhardt <ps@pks.im>
Fri, 29 Dec 2023 07:27:09 +0000 (08:27 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Jan 2024 17:24:48 +0000 (09:24 -0800)
commit5ed860f51b7fa1ca1087c1b0502b199a86db964e
treecefe14b8afb2b271b9c2fce10b0a73fd5b0c818e
parent48fa45f5fb80de821a380a7ff81ab2c568d69e35
builtin/clone: introduce `--ref-format=` value flag

Introduce a new `--ref-format` value flag for git-clone(1) that allows
the user to specify the ref format that is to be used for a newly
initialized repository.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clone.txt
builtin/clone.c
t/t5601-clone.sh