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.