mirror of
https://github.com/git/git.git
synced 2026-01-11 21:33:13 +09:00
test_detect_ref_format: fix comment
When 58aaf59133b (t: introduce GIT_TEST_DEFAULT_REF_FORMAT envvar, 2023-12-29) copy-edited the `test_detect_hash` function, the code comment was accidentally left unchanged. Let's adjust it. Noticed-by: Matthew John Cheetham <mjcheetham@outlook.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a1cf0cf13a
commit
949df6ed6b
@ -1702,7 +1702,7 @@ test_detect_hash () {
|
||||
esac
|
||||
}
|
||||
|
||||
# Detect the hash algorithm in use.
|
||||
# Detect the ref format in use.
|
||||
test_detect_ref_format () {
|
||||
echo "${GIT_TEST_DEFAULT_REF_FORMAT:-files}"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user