contrib/long-running-filter: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
bbd6174b25
commit
87e0910fb8
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
#
|
#
|
||||||
# Example implementation for the Git filter protocol version 2
|
# 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
|
# Please note, this pass-thru filter is a minimal skeleton. No proper
|
||||||
# error handling was implemented.
|
# error handling was implemented.
|
||||||
|
|
Loading…
Reference in New Issue