From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] scripts: fix commit check for empty list Date: Sun, 10 Jul 2016 16:35:37 +0200 Message-ID: <2616122.Cvmo4anMCt@xps13> References: <1468000231-13468-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 6312011DE for ; Sun, 10 Jul 2016 16:35:39 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id f126so64530758wma.1 for ; Sun, 10 Jul 2016 07:35:39 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id f189sm14297359wmf.19.2016.07.10.07.35.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 10 Jul 2016 07:35:38 -0700 (PDT) In-Reply-To: <1468000231-13468-1-git-send-email-thomas.monjalon@6wind.com> 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" 2016-07-08 19:50, Thomas Monjalon: > When running check-git-log.sh on a clean tree it was complaining > of a wrong empty headline because '^[^:]*$' was matching. > It is fixed by matching at least one character with +. > > Signed-off-by: Thomas Monjalon Applied