From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] devtools: fix lookup commit fixing a fix of many commits Date: Wed, 18 Jan 2017 16:51:36 +0100 Message-ID: <22503720.kFlgM9nbPj@xps13> References: <1484664785-26788-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-lf0-f52.google.com (mail-lf0-f52.google.com [209.85.215.52]) by dpdk.org (Postfix) with ESMTP id 854C7FA88 for ; Wed, 18 Jan 2017 16:51:39 +0100 (CET) Received: by mail-lf0-f52.google.com with SMTP id z134so15230825lff.3 for ; Wed, 18 Jan 2017 07:51:39 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id o5sm412041lfo.35.2017.01.18.07.51.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Jan 2017 07:51:37 -0800 (PST) In-Reply-To: <1484664785-26788-1-git-send-email-thomas.monjalon@6wind.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-17 15:53, Thomas Monjalon: > There was a bug when looking at a commit fixing a commit which > itself was fixing many commits: > > % devtools/git-log-fixes.sh 12ee45a36~..12ee45a36 > devtools/git-log-fixes.sh: 96: local: 5499c1fc9baa: bad variable name > > In this case, the list of commits was not quoted in variable assignment. > > Signed-off-by: Thomas Monjalon Applied