Re: [dpdk-dev] [PATCH] devtools: fix lookup commit fixing a fix of many commits

2017-01-18 Thread Thomas Monjalon
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

Re: [dpdk-dev] [PATCH] devtools: fix lookup commit fixing a fix of many commits

2017-01-18 Thread 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

Re: [dpdk-dev] [PATCH] devtools: fix lookup commit fixing a fix of many commits

2017-01-18 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH] devtools: fix lookup commit fixing a fix of many commits

2017-01-17 Thread 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-o