Git fork

contrib/long-running-filter: *.txt -> *.adoc fixes

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Todd Zullinger and committed by
Junio C Hamano
87e0910f bbd6174b

+1 -1
+1 -1
contrib/long-running-filter/example.pl
··· 1 1 #!/usr/bin/perl 2 2 # 3 3 # Example implementation for the Git filter protocol version 2 4 - # See Documentation/gitattributes.txt, section "Filter Protocol" 4 + # See Documentation/gitattributes.adoc, section "Filter Protocol" 5 5 # 6 6 # Please note, this pass-thru filter is a minimal skeleton. No proper 7 7 # error handling was implemented.