From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: [PATCH] scripts: add git log check for NIC and LRO Date: Tue, 20 Sep 2016 09:53:03 +0100 Message-ID: <20160920085303.24631-1-ferruh.yigit@intel.com> Cc: Thomas Monjalon To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 601515320 for ; Tue, 20 Sep 2016 10:53:10 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add git log capitalization check for LRO and NIC Signed-off-by: Ferruh Yigit --- scripts/check-git-log.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/check-git-log.sh b/scripts/check-git-log.sh index 1e05cf2..6db84c5 100755 --- a/scripts/check-git-log.sh +++ b/scripts/check-git-log.sh @@ -114,8 +114,10 @@ bad=$(echo "$headlines" | grep -E --color=always \ -e ':.*\' \ -e ':.*\' \ -e ':.*\' \ + -e ':.*\' \ -e ':.*\' \ -e ':.*\' \ + -e ':.*\' \ -e ':.*\' \ -e ':.*\' \ -e ':.*\' \ -- 2.7.4