From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 1B2BD68F8 for ; Tue, 5 Jul 2016 18:25:26 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 05 Jul 2016 09:25:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,580,1464678000"; d="scan'208";a="730003797" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.53]) by FMSMGA003.fm.intel.com with SMTP; 05 Jul 2016 09:25:19 -0700 Received: by (sSMTP sendmail emulation); Tue, 05 Jul 2016 17:25:19 +0025 Date: Tue, 5 Jul 2016 17:25:18 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org Message-ID: <20160705162518.GD26504@bricha3-MOBL3> References: <1467734066-18240-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467734066-18240-1-git-send-email-thomas.monjalon@6wind.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] scripts: fix commit check of first word 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: Tue, 05 Jul 2016 16:25:27 -0000 On Tue, Jul 05, 2016 at 05:54:26PM +0200, Thomas Monjalon wrote: > 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