git-svn: only look at the root path for svn:mergeinfo
commit9ee13a934e21380ff6082d98a86cab5e890418dc
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 17 Apr 2014 06:54:06 +0000 (16 23:54 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 24 Oct 2014 22:55:29 +0000 (24 22:55 +0000)
treea62bf135cce4b22737ffad9f9539fee7390d9c68
parentabfef3bbf5f637c86032763632393ce1ffd23ccc
git-svn: only look at the root path for svn:mergeinfo

Subversion can put mergeinfo on any sub-directory to track cherry-picks.
Since cherry-picks are not represented explicitly in git, git-svn should
just ignore it.

Signed-off-by: Jakob Stoklund Olesen <stoklund@2pi.dk>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
perl/Git/SVN.pm