Paolo Bonzini wrote: > Strange, the script never adds spaces, all it does on ChangeLog lines is > "s/^ //p" and "s/^+//p".
... on the output of "git diff". But "git diff", for me, produces context-diffs, not unified diffs, so the script would need to do "s/^ //p" and "s/^+ //p". Bruno