From: Johannes Sixt <hidden> Date: 2016-06-15 22:42:50
"J. Bruce Fields" wrote:
If I got the author wrong on a commit, is there a quick way to fix it
(e.g. by passing the right arguments or environment variables to commit
--amend)?
Use cogito: cg commit --amend -e
You can edit the author name+email in the commit message.
-- Hannes