Reputation: 3981
I am writing a porting tool to convert old Borland StarTeam repositories to git. Sometimes, though, several revisions (StarTeams counterpart to a commit in git) are identical, except for their labels.
Each revision should map to a single commit, which seems not to be possible in git, when no files differ between two adjacent commits. Currently I see two options getting this done:
Is there any other, more elegant solution?
Upvotes: 0
Views: 112