From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id E3D8468D9 for ; Fri, 23 Sep 2016 14:47:30 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP; 23 Sep 2016 05:47:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,381,1470726000"; d="scan'208";a="1044651181" Received: from sivswdev02.ir.intel.com ([10.237.217.46]) by fmsmga001.fm.intel.com with ESMTP; 23 Sep 2016 05:47:29 -0700 From: Ferruh Yigit To: dev@dpdk.org Cc: Thomas Monjalon Date: Fri, 23 Sep 2016 13:47:27 +0100 Message-Id: <20160923124727.30356-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.8.4 In-Reply-To: <20160920085303.24631-1-ferruh.yigit@intel.com> References: <20160920085303.24631-1-ferruh.yigit@intel.com> Subject: [dpdk-dev] [PATCH v2] scripts: add more git log checks X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 12:47:31 -0000 Alphabetically sorted items to check and added git log capitalization checks for LRO, NIC and PMD Signed-off-by: Ferruh Yigit --- scripts/check-git-log.sh | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/scripts/check-git-log.sh b/scripts/check-git-log.sh index 1e05cf2..5f8a9fc 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" -- 2.7.4