contrib/git-svn: allow rebuild to work on non-linear remote heads
authorEric Wong <normalperson@yhbt.net>
Tue, 21 Mar 2006 04:51:16 +0000 (20:51 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 21 Mar 2006 07:31:19 +0000 (23:31 -0800)
commitac7490506418e3ec495775e432b7040a17449fa9
tree71bcd71d624f70c5e8d3cc6db5b52c9bb1ac9818
parenta3c57c9adb2844cebf2048b5ece356f3a091d4f9
contrib/git-svn: allow rebuild to work on non-linear remote heads

Because committing back to an SVN repository from different
machines can result in different lineages, two different
repositories running git-svn can result in different commit
SHA1s (but of the same tree).  Sometimes trees that are tracked
independently are merged together (usually via children),
resulting in non-unique git-svn-id: lines in rev-list.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/git-svn/git-svn.perl