diff options
| author | Todd Zullinger <tmz@pobox.com> | 2025-03-03 15:44:26 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-03-03 13:49:26 -0800 |
| commit | 8ea7d41f171fd52d3c920d40fdb390fd969a3270 (patch) | |
| tree | 22a2e18f6b7c21f4617d89778e9bf2b5db3c9192 | |
| parent | e680c625424e153580e8f2d78ae2ffaa42335221 (diff) | |
| download | git-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-x | t/t6012-rev-list-simplify.sh | 2 |
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 * && |
