]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git svn: lookup new parents correctly from svn:mergeinfo
authorEric Wong <normalperson@yhbt.net>
Tue, 22 Dec 2009 20:15:40 +0000 (12:15 -0800)
committerEric Wong <normalperson@yhbt.net>
Tue, 22 Dec 2009 20:15:40 +0000 (12:15 -0800)
commit0fe19753f26e2747f48d1ec6a1761006d75c2d71
tree6386cdd8ddd4aff52e65032a48c23d479e9b322b
parent063681d72e60e80cd14576037728b395ed42e330
git svn: lookup new parents correctly from svn:mergeinfo

This appears to be a trivial case where array indices were being
passed to git rev-list, instead of the contents stored in the
array itself.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl