I am looking out for a way to change the commit histories on a project whereby the commit by user "X" is changed to commits made by user "Y".
Is that in any way possible?
The possible or similar solution I saw was this, git commit --amend --author="Author Name <email@address.com>"
.
But it does seem to change the commits made by user "X" to user "Y".