devtools: skip capitalization check for commit prefixes
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 13 Jan 2017 13:02:17 +0000 (13:02 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 13 Jan 2017 16:03:43 +0000 (17:03 +0100)
commit2d150e938bfa17e75ba260242a14ca95ba4ac06a
treebfc841378c52fddc0046d032c829ef613503bcc4
parent454a0a700907f68a92521a73c3e7fe0b4243b05d
devtools: skip capitalization check for commit prefixes

The prefix in the commit title must be a valid component name and is
checked in separate checks. For capitalization, just check the part after
the colon. This is already done for most capitalization checks, just make
the remainder consistent with this.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
devtools/check-git-log.sh