I am trying to migrate from StarTeam to git and I am facing some issues...
When I import the data from my existing StarTeam multiple times, the commit checksums are different everytime I try.
I can only import each branch as separate repo, then push the branch to my main repo as branch locally using git. Since the checksums are different, I think git is having difficulties creating correct history tree.
using git cat-file commit I found that the parents sha1 are different.
Is there a way to force git to make them the same commits if the contents are the same?