Re: [PATCH] git-svn: Remove obsolete MAXPARENT check
From: Eric Wong <hidden>
Date: 2016-06-15 22:47:56
Andrew Myrick [off-list ref] wrote:
Change git-svn not to impose a limit of 16 parents on a merge. This limit in git-svn artificially prevents cloning svn repositories that contain commits with more than 16 merge parents. The limit was removed from builtin-commit-tree.c for git v1.6.0 in commit ef98c5cafb3e799b1568bb843fcd45920dc62f16, so there is no need to check for it it in git-svn. Signed-off-by: Andrew Myrick <redacted>
Thanks Andrew,
Acked-by: Eric Wong <redacted>
and pushed out to git://git.bogomips.org/git-svn along with the
rest of the stuff already pushed out last night.
Andrew Myrick (1):
git-svn: Remove obsolete MAXPARENT check
Eric Wong (2):
git svn: fix --revision when fetching deleted paths
update release notes for git svn in 1.6.6
Sam Vilain (5):
git-svn: expand the svn mergeinfo test suite, highlighting some failures
git-svn: memoize conversion of SVN merge ticket info to git commit ranges
git-svn: fix some mistakes with interpreting SVN mergeinfo commit ranges
git-svn: exclude already merged tips using one rev-list call
git-svn: detect cherry-picks correctly.
--
Eric Wong