Git-svn and Index mismatch problems
I was struggling with Index mismatch errors while trying to rebase my git repo from SVN. Google had no good clues and I almost did a clean checkout, when I noticed
Author: ahti not defined in authors.txt file
Adding ahti to my authors file solved all my problems. Rebase worked and I could commit all my changes back to SVN.
I didn’t know authors file played that big role in git-svn. Hope this tidbit of information helps anyone out there with similar problems.
Yeah, thanks, saved the day and made git rule again!