summaryrefslogtreecommitdiff
path: root/t/t9165-git-svn-fetch-merge-branch-of-branch.sh
Commit message (Collapse)AuthorAgeFilesLines
* git-svn.perl: consider all ranges for a given merge, instead of only tip-by-tipSteven Walter2012-10-051-0/+60
Consider the case where you have trunk, branch1 of trunk, and branch2 of branch1. trunk is merged back into branch2, and then branch2 is reintegrated into trunk. The merge of branch2 into trunk will have svn:mergeinfo property references to both branch1 and branch2. When git-svn fetches the commit that merges branch2 (check_cherry_pick), it is necessary to eliminate the merged contents of branch1 as well as branch2, or else the merge will be incorrectly ignored as a cherry-pick. Signed-off-by: Steven Walter <stevenrwalter@gmail.com> Reviewed-by: Sam Vilain <sam@vilain.net> Signed-off-by: Eric Wong <normalperson@yhbt.net>