Re: [PATCH] git-p4: Improve client path detection when branches are used

2015-04-19 Thread Junio C Hamano
Vitor Antunes writes: > Hope I got everything right this time :) > > Thanks for your help, Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] git-p4: Improve client path detection when branches are used

2015-04-19 Thread Vitor Antunes
Junio C Hamano wrote on Sat, 18 Apr 2015 17:58:11 -0700 > Vitor Antunes writes: > >> This patch makes the client path detection more robust by limiting the valid >> results from p4 where. The test case is also made more complex, to guarantee >> that such client views are supported. >> >> Signed-o

Re: [PATCH] git-p4: Improve client path detection when branches are used

2015-04-18 Thread Junio C Hamano
Vitor Antunes writes: > This patch makes the client path detection more robust by limiting the valid > results from p4 where. The test case is also made more complex, to guarantee > that such client views are supported. > > Signed-off-by: Vitor Antunes > --- Was this designed to be squashed int