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 19:50:03 +0100 Message-ID: <2959256.QUexWZAcUG@xps13> References: <1484664785-26788-1-git-send-email-thomas.monjalon@6wind.com> <06e87ab9-6a34-f73a-7fdd-f223bb41011f@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-lf0-f44.google.com (mail-lf0-f44.google.com [209.85.215.44]) by dpdk.org (Postfix) with ESMTP id 2B9BAFAD9 for ; Wed, 18 Jan 2017 19:50:06 +0100 (CET) Received: by mail-lf0-f44.google.com with SMTP id n124so19541235lfd.2 for ; Wed, 18 Jan 2017 10:50:06 -0800 (PST) In-Reply-To: <06e87ab9-6a34-f73a-7fdd-f223bb41011f@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-18 17:35, Ferruh Yigit: > On 1/17/2017 2:53 PM, Thomas Monjalon wrote: > > There was a bug when looking at a commit fixing a commit which > > itself was fixing many commits: > > I am having hard time to understand this .. Is it only me J Me too, and the title is a joke itself :) I should have put an example: commit A Fixes: B commit B Fixes: C commit C Fixes: D Fixes: E The bug was when retrieving the origins of the bug fixed by A, the list D E was not quoted. Now it returns "D E" and variable assignment works.