I have a repository which I have already cloned from Subversion. I've been doing some work in this repository in its Git form and I would hate to lose that structure by cloning again.
However, when I originally cloned the repository, I failed to correctly specify the svn.authors
property (or a semantically-similar option).
Is there any way I can specify the SVN author mappings now that the repository is fully Git-ified?
Preferably, I would like to correct all of the old commit authors to represent the Git author rather than the raw SVN username.