diff options
| author | Todd Zullinger <tmz@pobox.com> | 2025-03-03 15:44:14 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-03-03 13:49:22 -0800 |
| commit | 87e0910fb821d125fc06d25a8309d3c668045f57 (patch) | |
| tree | b5e081331a3839e7ac877aed283f27c64886417e | |
| parent | bbd6174b2501a3523d778dbd479e85119c86840f (diff) | |
contrib/long-running-filter: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rwxr-xr-x | contrib/long-running-filter/example.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
