On 12/18/2016 08:19 PM, malc wrote: > I git'ified the original CVS scripts... it would be trivial to extract > the author-name (add %an in the format string for git-log), but we tried > to keep the generated e-mail to 80-char lines - and that would blow it. >
One option would be to tag each addition with an identifier pointing towards the author when he differs from the committer. For example, dev-php/ca-bundle 20161124-07:43 mjo[1] 7597666 dev-php/cli-prompt 20161124-07:21 mjo[1] d3bd351 dev-php/composer 20161124-08:09 mjo[1] d273046 ... [1] Author: Guillaume Seren The whitespace juggling might get a little annoying, though. I won't volunteer your time, so we can try whatever is easy and doesn't break the formatting.