scripts: highlight bad patterns in commit check
authorYuanhan Liu <yuanhan.liu@linux.intel.com>
Wed, 11 May 2016 04:09:01 +0000 (21:09 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 24 May 2016 14:46:01 +0000 (16:46 +0200)
commite5ca6e91cc39bac0e610efcb6e67a61f252d288e
treebd32bb779c28225b3cc761d91460f120b2fbe7a5
parent95ce9981dd5fff19e6af14eebf1eb9c14c660add
scripts: highlight bad patterns in commit check

I got a report like following:

    Wrong headline lowercase:
            xxx: move vhost device ctx to cuse

It takes a bit while (by checking the code) that it's "ctx" triggers
the warning. It could be spotted very quickly if "tx" is highlighted.
This patch adds such support.

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
scripts/check-git-log.sh