On Tue, 2012-05-22 at 04:18 -0700, Anssi Kääriäinen wrote: > if the patch author doesn't do the final squashing, then > she/he will not end up as the "Author" in the commit logs.
This isn't an issue. Just do: git commit --author "John Doe <j...@example.com>" And if the "squash merge" workflow (which isn't something I've used) doesn't allow you to set the author, then just follow it by: git commit --amend --author "John Doe <j...@example.com>" -- Richard
signature.asc
Description: This is a digitally signed message part