From: Steven Walter Date: Mon, 20 Aug 2012 01:39:41 +0000 (-0400) Subject: git-svn.perl: keep processing all commits in parents_exclude X-Git-Tag: v1.8.0-rc1~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/14d3ce1120287e0f03d9d0349ba25c36a9b54fd8?ds=inline;hp=14d3ce1120287e0f03d9d0349ba25c36a9b54fd8 git-svn.perl: keep processing all commits in parents_exclude This fixes a bug where git finds the incorrect merge parent. Consider a repository with trunk, branch1 of trunk, and branch2 of branch1. Without this change, git interprets a merge of branch2 into trunk as a merge of branch1 into trunk. Signed-off-by: Steven Walter Reviewed-by: Sam Vilain Signed-off-by: Eric Wong ---