summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2025-03-03 15:44:26 -0500
committerJunio C Hamano <gitster@pobox.com>2025-03-03 13:49:26 -0800
commit8ea7d41f171fd52d3c920d40fdb390fd969a3270 (patch)
tree22a2e18f6b7c21f4617d89778e9bf2b5db3c9192
parente680c625424e153580e8f2d78ae2ffaa42335221 (diff)
downloadgit-8ea7d41f171fd52d3c920d40fdb390fd969a3270.tar.xz
t6012: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t6012-rev-list-simplify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6012-rev-list-simplify.sh b/t/t6012-rev-list-simplify.sh
index de1e87f162..4cecb6224c 100755
--- a/t/t6012-rev-list-simplify.sh
+++ b/t/t6012-rev-list-simplify.sh
@@ -177,7 +177,7 @@ test_expect_success '--full-diff is not affected by --parents' '
# \ / /\ /
# `---X--' `---Y--'
#
-# This example is explained in Documentation/rev-list-options.txt
+# This example is explained in Documentation/rev-list-options.adoc
test_expect_success 'setup rebuild repo' '
rm -rf .git * &&