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
bitmap.c -rw-r--r-- 4.8 KB
ewah_bitmap.c -rw-r--r-- 16.0 KB
ewah_io.c -rw-r--r-- 5.8 KB
ewah_rlw.c -rw-r--r-- 2.9 KB
ewok.h -rw-r--r-- 6.4 KB
ewok_rlw.h -rw-r--r-- 3.0 KB

back to top