Is there a way to amend the author of Git commit and leave original commit date?
For example I changed a commit author on a commit that was pushed on Tuesday, however when I successfully changed the author, the commit date has also been changed to today, which is Wednesday. How do I change the author and keep the original date of Tuesday?
exec git commit --amend --author="John <john@mail.com>" -C HEAD