diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-12-30 12:58:21 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-12-30 12:58:21 +0900 |
| commit | a194cdc8f3c8d74a22c6342a915b1f7587277152 (patch) | |
| tree | dcf23508bf54a952975bc1cb0749028dcc0d24f9 | |
| parent | 68dce01807a4b099cb3dc8889a6bcef83618ded6 (diff) | |
| parent | 949df6ed6b02f0d52b3509b68b8c9fe27e56cd97 (diff) | |
| download | git-a194cdc8f3c8d74a22c6342a915b1f7587277152.tar.xz | |
Merge branch 'js/test-func-comment-fix'
Comment fix.
* js/test-func-comment-fix:
test_detect_ref_format: fix comment
| -rw-r--r-- | t/test-lib-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib-functions.sh b/t/test-lib-functions.sh index 52d7759bf5..14e238d24d 100644 --- a/t/test-lib-functions.sh +++ b/t/test-lib-functions.sh @@ -1724,7 +1724,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}" } |
