From: Todd Zullinger Date: Mon, 3 Mar 2025 20:44:26 +0000 (-0500) Subject: t6012: *.txt -> *.adoc fixes X-Git-Tag: v2.49.0-rc2~4^2~6 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ea7d41f171fd52d3c920d40fdb390fd969a3270;p=thirdparty%2Fgit.git t6012: *.txt -> *.adoc fixes Signed-off-by: Todd Zullinger Signed-off-by: Junio C Hamano --- 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 * &&