Revision 3042b6bb59787613e36e459bf60994a26bb5a5df authored by Eric Sunshine on 29 August 2018, 09:45:32 UTC, committed by Junio C Hamano on 29 August 2018, 17:57:38 UTC
A here-doc tag can be quoted ('EOF'/"EOF") or escaped (\EOF) to suppress
interpolation within the body. chainlint recognizes single-quoted and
escaped tags, but does not know about double-quoted tags. For
completeness, teach it to recognize double-quoted tags, as well.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 4f69176
History
File Mode Size
static
INSTALL -rw-r--r-- 14.3 KB
Makefile -rw-r--r-- 5.5 KB
README -rw-r--r-- 2.3 KB
gitweb.perl -rwxr-xr-x 246.3 KB

README

back to top