1

I recently switched over to using git and followed these instructions to convert my SVN repository. However, I failed to follow the instructions to make the authors file, and I have already committed my converted repository and have been working on it, adding further commits.

My old SVN repo is now outdated, but I would like to do get the author names to match up now, I already created the authors file. How can I do so without messing up my most recent commit history?

user1027169
  • 2,627
  • 3
  • 27
  • 50

1 Answers1

0

You can try this if you want to rewrite your local git history, maybe you can alter it to get the authors from your author file instead of from the script.

Community
  • 1
  • 1
  • I followed the suggestions there and it seemed to have worked, but how do you then go and push the edited/corrected authors back to the remote? – user1027169 May 20 '12 at 23:42