]> git.ipfire.org Git - thirdparty/git.git/commit
git-svn: skip mergeinfo handling with --no-follow-parent
authorEric Wong <e@80x24.org>
Mon, 20 Jun 2016 21:52:53 +0000 (21:52 +0000)
committerEric Wong <e@80x24.org>
Wed, 22 Jun 2016 22:48:54 +0000 (22:48 +0000)
commit6d523a3ab76cfa4ed9ae0ed9da7af43efcff3f07
treed7d2e71cd88e82063af59f8d096413898312dbb2
parentab7797dbe95fff38d9265869ea367020046db118
git-svn: skip mergeinfo handling with --no-follow-parent

For repositories without parent following enabled, finding
git parents through svn:mergeinfo or svk::parents can be
expensive and pointless.

Reported-by: Александр Овчинников <proff@proff.email>
http://mid.gmane.org/4094761466408188@web24o.yandex.ru

Signed-off-by: Eric Wong <e@80x24.org>
perl/Git/SVN.pm