I just recently got around to converting an old svn project to git. Everything has worked fine except for one part of the history import.
For some reason the Commit number is way off. For example the first commit to the subversion repo was 1; but if I check the git log it reads that same commit as 53267272343. Just a little off :)
Does anyone know what is causing this and how I can fix it?
Thanks