git-svn: only look at the root path for svn:mergeinfo
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 17 Apr 2014 06:54:06 +0000 (23:54 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 24 Oct 2014 22:55:29 +0000 (22:55 +0000)
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>
No differences found