devtools: fix lookup commit fixing a fix of many commits
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Jan 2017 14:24:20 +0000 (15:24 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 18 Jan 2017 15:50:18 +0000 (16:50 +0100)
commitdf2b82cabfd25bd795a7ecda08eab98e841e7a13
tree2cfdb6b40af03c9b22460545d2116f3e23102f75
parent80987c40fd28ef282184f997ed59dbafc4d5921f
devtools: fix lookup commit fixing a fix of many commits

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 <thomas.monjalon@6wind.com>
devtools/git-log-fixes.sh