scripts: check cc stable mailing list in commit
authorThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 21 Nov 2016 22:43:14 +0000 (23:43 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 1 Dec 2016 15:03:01 +0000 (16:03 +0100)
commit814c8822ef7b2255004d2130083b7d8ce852b733
tree03cd073d11370b33a8d8e8de94b6c4baaf4b5ea8
parentb5415fbc69dd33a1bb64a140b2f6bc73d11e4d22
scripts: check cc stable mailing list in commit

Add a check for commits fixing a released bug.
Such commits are found thanks to scripts/git-log-fixes.sh.
They must be sent CC: stable@dpdk.org.
In order to avoid forgetting CC, this mail header can be written
in the git commit message.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
scripts/check-git-log.sh