From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] scripts: skip capitalization check for commit prefixes Date: Fri, 13 Jan 2017 17:08:24 +0100 Message-ID: <148445830.UTroFYHEyW@xps13> References: <1484312537-22011-1-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 05C895424 for ; Fri, 13 Jan 2017 17:08:25 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id r126so71498618wmr.0 for ; Fri, 13 Jan 2017 08:08:25 -0800 (PST) In-Reply-To: <1484312537-22011-1-git-send-email-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-01-13 13:02, Bruce Richardson: > The prefix in the commit title must be a valid component name and is > checked in separate checks. For capitalization, just check the part after > the colon. This is already done for most capitalization checks, just make > the remainder consistent with this. > > Signed-off-by: Bruce Richardson Applied, thanks