git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87acacf
)
devtools: add more git headline checks for acronyms
author
Ferruh Yigit
<ferruh.yigit@intel.com>
Thu, 26 Jan 2017 14:16:47 +0000
(14:16 +0000)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Sun, 29 Jan 2017 14:48:11 +0000
(15:48 +0100)
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
devtools/check-git-log.sh
patch
|
blob
|
history
diff --git
a/devtools/check-git-log.sh
b/devtools/check-git-log.sh
index
9ccef66
..
4c50eff
100755
(executable)
--- a/
devtools/check-git-log.sh
+++ b/
devtools/check-git-log.sh
@@
-128,13
+128,15
@@
bad=$(echo "$headlines" | grep -E --color=always \
-e ':.*\<mac\>' \
-e ':.*\<mtu\>' \
-e ':.*\<nic\>' \
+ -e ':.*\<nvm\>' \
-e ':.*\<numa\>' \
-e ':.*\<pci\>' \
-e ':.*\<pmd\>' \
-e ':.*\<rss\>' \
-e ':.*\<tile-gx\>' \
-e ':.*\<tilegx\>' \
- -e ':.*\<vlan\>' \
+ -e ':.*\<tso\>' \
+ -e ':.*\<[Vv]lan\>' \
| sed 's,^,\t,')
[ -z "$bad" ] || printf "Wrong headline lowercase:\n$bad\n"