From: Ferruh Yigit Date: Fri, 23 Sep 2016 12:47:27 +0000 (+0100) Subject: scripts: add more git log checks X-Git-Tag: spdx-start~5415 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=f146ada21d1ec21f516bc717c8535b05f66457cb;p=dpdk.git scripts: add more git log checks Alphabetically sorted items to check and added git log capitalization checks for LRO, NIC and PMD Signed-off-by: Ferruh Yigit --- diff --git a/scripts/check-git-log.sh b/scripts/check-git-log.sh index 1e05cf2c3a..5f8a9fc5df 100755 --- a/scripts/check-git-log.sh +++ b/scripts/check-git-log.sh @@ -112,20 +112,23 @@ bad=$(echo "$headlines" | grep -E --color=always \ -e '\<[hsf]w\>' \ -e '\' \ -e ':.*\' \ + -e ':.*\' \ + -e ':.*\' \ + -e ':.*\' \ -e ':.*\' \ - -e ':.*\' \ - -e ':.*\' \ + -e ':.*\' \ + -e ':.*\' \ + -e ':.*\' \ -e ':.*\' \ + -e ':.*\' \ + -e ':.*\' \ -e ':.*\' \ - -e ':.*\' \ + -e ':.*\' \ + -e ':.*\' \ -e ':.*\' \ - -e ':.*\' \ - -e ':.*\' \ - -e ':.*\' \ -e ':.*\' \ - -e ':.*\' \ - -e ':.*\' \ - -e ':.*\' \ + -e ':.*\' \ + -e ':.*\' \ | sed 's,^,\t,') [ -z "$bad" ] || printf "Wrong headline lowercase:\n$bad\n"