Re: [PATCH] git-svn: avoid self-referencing mergeinfo

2013-04-03 Thread Eric Wong
Michael Contreras wrote: > When svn.pushmergeinfo is set, the target branch is included in the > mergeinfo if it was previously merged into one of the source branches. > SVN does not do this. > > Remove merge target branch path from resulting mergeinfo when > svn.pushmergeinfo is set to better ma

[PATCH] git-svn: avoid self-referencing mergeinfo

2013-03-30 Thread Michael Contreras
When svn.pushmergeinfo is set, the target branch is included in the mergeinfo if it was previously merged into one of the source branches. SVN does not do this. Remove merge target branch path from resulting mergeinfo when svn.pushmergeinfo is set to better match the behavior of SVN. Update the sv