From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] scripts: fix commit check of first word Date: Sun, 10 Jul 2016 16:34:32 +0200 Message-ID: <3235104.5uP4152IvM@xps13> References: <1467734066-18240-1-git-send-email-thomas.monjalon@6wind.com> <20160705162518.GD26504@bricha3-MOBL3> 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-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 99D8211DE for ; Sun, 10 Jul 2016 16:34:34 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id f65so37476980wmi.0 for ; Sun, 10 Jul 2016 07:34:34 -0700 (PDT) In-Reply-To: <20160705162518.GD26504@bricha3-MOBL3> 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" > > The first word of each commit message is checked. > > But when the commit range was greater than 1, only the latest commit > > was checked. > > It is fixed by checking each commit separately. > > > > Fixes: 9c24780f0d5e ("scripts: check first word of commit messages") > > > > Signed-off-by: Thomas Monjalon > > Tested-by: Bruce Richardson > Acked-by: Bruce Richardson Applied