diff options
| author | Todd Zullinger <tmz@pobox.com> | 2025-03-03 15:44:25 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-03-03 13:49:25 -0800 |
| commit | e680c625424e153580e8f2d78ae2ffaa42335221 (patch) | |
| tree | ea638feb5f2edd4965ac8fa101dac3e3cf1858ad | |
| parent | 9f04cd7c61d35a9afc81d0625dc914c5221d22ab (diff) | |
| download | git-e680c625424e153580e8f2d78ae2ffaa42335221.tar.gz | |
t/helper/test-rot13-filter.c: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | t/helper/test-rot13-filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-rot13-filter.c b/t/helper/test-rot13-filter.c index ff407b575c..722b1cbe77 100644 --- a/t/helper/test-rot13-filter.c +++ b/t/helper/test-rot13-filter.c @@ -1,6 +1,6 @@ /* * Example implementation for the Git filter protocol version 2 - * See Documentation/gitattributes.txt, section "Filter Protocol" + * See Documentation/gitattributes.adoc, section "Filter Protocol" * * Usage: test-tool rot13-filter [--always-delay] --log=<path> <capabilities> * |
