From: Todd Zullinger Date: Mon, 3 Mar 2025 20:44:14 +0000 (-0500) Subject: contrib/long-running-filter: *.txt -> *.adoc fixes X-Git-Tag: v2.49.0-rc2~4^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=87e0910fb821d125fc06d25a8309d3c668045f57;p=thirdparty%2Fgit.git contrib/long-running-filter: *.txt -> *.adoc fixes Signed-off-by: Todd Zullinger Signed-off-by: Junio C Hamano --- diff --git a/contrib/long-running-filter/example.pl b/contrib/long-running-filter/example.pl index a677569ddd..4b83e4c5e8 100755 --- a/contrib/long-running-filter/example.pl +++ b/contrib/long-running-filter/example.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # # Example implementation for the Git filter protocol version 2 -# See Documentation/gitattributes.txt, section "Filter Protocol" +# See Documentation/gitattributes.adoc, section "Filter Protocol" # # Please note, this pass-thru filter is a minimal skeleton. No proper # error handling was implemented.