I noticed something which might be beneficial to me, but i was not sure what was going on with my version. How to change the commit author for one specific commit?
So, I saw a great 1-liner which would say, start at the first commit, and ammend all authors to XXX. I thought it was going to work, but when I pushed, it said multple heads. I pulled and pushed and noticed that when looking at the repo history, I saw a bunch files now saying:
Authored by X, Comitted by Y.
I was hoping to strip and update all emails accordingly for some repos with relevant or correct spellings etc.
My desired end state is to completely override and replace it, so it never shows up in the git history at all. It seems that my way is not quite correct.
The reason is that I have broken or Invalid Authors/Committers, and emails etc. I want to be able to update them, and eventually set up a system to do auto-email routing to colleagues who no longer work at our company.