Revision e5fba5d55886eaf48aeeb158dd4d30c2fc0294c9 authored by Jeff King on 23 August 2018, 00:50:17 UTC, committed by Junio C Hamano on 23 August 2018, 17:08:51 UTC
In both of these cases we know that we are feeding the
trailer-parsing code a pure commit message. We should tell
it so, which avoids false positives for a commit message
that contains a "---" line.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 1688c9a
History
File Mode Size
.gitignore -rw-r--r-- 9 bytes
README -rw-r--r-- 129 bytes
array.cocci -rw-r--r-- 777 bytes
commit.cocci -rw-r--r-- 466 bytes
free.cocci -rw-r--r-- 146 bytes
object_id.cocci -rw-r--r-- 1.3 KB
qsort.cocci -rw-r--r-- 610 bytes
strbuf.cocci -rw-r--r-- 445 bytes
swap.cocci -rw-r--r-- 280 bytes
xstrdup_or_null.cocci -rw-r--r-- 161 bytes

README

back to top