I want to add the svn revision to every git commit title, so can I can see every Revision in each commit in the history of our Team Foundation Server.
I already tried editing a commit with "--amend", but this way it just makes a new commit (and the history becomes incorrect). Also I dont wanna edit every commit one by one. Screenshot of what I wanna archieve The Screenshot shows what I did with --ammend.
I'm using svn2git for the Migration.