From 87e0910fb821d125fc06d25a8309d3c668045f57 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 3 Mar 2025 15:44:14 -0500 Subject: [PATCH] contrib/long-running-filter: *.txt -> *.adoc fixes Signed-off-by: Todd Zullinger Signed-off-by: Junio C Hamano --- contrib/long-running-filter/example.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.