Re: [PATCH] git-svn: merge: fix rooturl/branchurl match check

2014-10-19 Thread Eric Wong
Tommaso Colombo wrote: > When populating svn:mergeinfo, git-svn merge checks if the merge parent > of the merged branch is under the same root as the git-svn repository. > This was implemented comparing $gs->repos_root with the return value of > of cmt_metadata for the merge parent. However, the f

[PATCH] git-svn: merge: fix rooturl/branchurl match check

2014-10-15 Thread Tommaso Colombo
When populating svn:mergeinfo, git-svn merge checks if the merge parent of the merged branch is under the same root as the git-svn repository. This was implemented comparing $gs->repos_root with the return value of of cmt_metadata for the merge parent. However, the first may contain a username, whe