Commit 063681d
git-svn: Remove obsolete MAXPARENT check
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
ef98c5c, so there is no need to check for it
it in git-svn.
Signed-off-by: Andrew Myrick <[email protected]>
Acked-by: Eric Wong <[email protected]>1 parent 7a955a5 commit 063681d
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2451 | 2451 | | |
2452 | 2452 | | |
2453 | 2453 | | |
2454 | | - | |
2455 | | - | |
2456 | | - | |
2457 | | - | |
2458 | | - | |
2459 | | - | |
2460 | 2454 | | |
2461 | 2455 | | |
2462 | 2456 | | |
| |||
0 commit comments