Skip to content

Commit b9b7ec6

Browse files
committed
test_detect_ref_format: fix comment
When 58aaf59 (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>
1 parent c4a0c88 commit b9b7ec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/test-lib-functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,7 @@ test_detect_hash () {
17241724
esac
17251725
}
17261726

1727-
# Detect the hash algorithm in use.
1727+
# Detect the ref format in use.
17281728
test_detect_ref_format () {
17291729
echo "${GIT_TEST_DEFAULT_REF_FORMAT:-files}"
17301730
}

0 commit comments

Comments
 (0)