Skip to content

Commit 949df6e

Browse files
dschogitster
authored andcommitted
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> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent a1cf0cf commit 949df6e

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
@@ -1702,7 +1702,7 @@ test_detect_hash () {
17021702
esac
17031703
}
17041704

1705-
# Detect the hash algorithm in use.
1705+
# Detect the ref format in use.
17061706
test_detect_ref_format () {
17071707
echo "${GIT_TEST_DEFAULT_REF_FORMAT:-files}"
17081708
}

0 commit comments

Comments
 (0)