Acked-by, Reviewed-by and Reported-by pattern should be case insensitive
commit183c5e84cd4330801b030c958925b966b860e860
authorStewart Smith <stewart@linux.vnet.ibm.com>
Thu, 25 Feb 2016 07:19:06 +0000 (25 18:19 +1100)
committerJonathan Corbet <corbet@lwn.net>
Thu, 3 Mar 2016 23:14:28 +0000 (3 16:14 -0700)
treecc6d91c88731e2c9b01bf982d8cadc7be9948cb7
parent00c9f82cf51d909ac250222f74e932ff5eda17f0
Acked-by, Reviewed-by and Reported-by pattern should be case insensitive

The patterns for patching Acked-by, Reviewed-by and Reported-by weren't
case sensitive, which on some projects (e.g. github.com/open-power/skiboot)
would greatly affect the accuracy of statistics gathered (12 vs 20 for Acked)

For Linux, this seems to be less of a problem with only 3 Acked-By (rather
than Acked-by) in v4.2..v4.3 and 12 (out of 2531) Reviewed-By rather than
Reviewed-by.

Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
patterns.py