[PATCH] git-svn: doublecheck if really file or dir

2014-07-17 Thread Andrej Manduch
* this fixes 'git svn info `pwd`' buggy behaviour Signed-off-by: Andrej Manduch --- git-svn.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-svn.perl b/git-svn.perl index 0a32372..c3d893e 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -2029,7 +202

[PATCH] git-svn: doublecheck if really file or dir

2014-07-17 Thread Andrej Manduch
* this fixes 'git svn info `pwd`' buggy behaviour Signed-off-by: Andrej Manduch --- git-svn.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-svn.perl b/git-svn.perl index 0a32372..5bbfecf 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -2029,7 +202

Re: [PATCH] git-svn: doublecheck if really file or dir

2014-07-17 Thread Andrej Manduch
I'm sorry, i've made mistake in this one. Please ingnore it. Correct patch is on the way. kind regards, b. On Fri, Jul 18, 2014 at 6:05 AM, Andrej Manduch wrote: > * this fixes 'git svn info `pwd`' buggy behaviour > > Signed-off-by: Andrej Manduch > ---

Re: [PATCH] git-svn: doublecheck if really file or dir

2014-07-26 Thread Andrej Manduch
Hi, On 07/24/2014 12:04 AM, Eric Wong wrote: > Andrej Manduch wrote: >> * this fixes 'git svn info `pwd`' buggy behaviour > > Good catch, the commit could use a better description, something like: > --- 8< &g

Re: [PATCH] git-svn: doublecheck if really file or dir

2014-08-03 Thread Andrej Manduch
t ..." > errors due to improper prefixing and canonicalization. > > Strip the toplevel path from absolute filesystem paths to ensure > downstream canonicalization routines are only exposed to paths > tracked in git (or SVN). > > Noticed-by: Andrej Man

Re: [PATCH] git-svn: doublecheck if really file or dir

2014-08-03 Thread Andrej Manduch
On 08/03/2014 02:22 PM, Andrej Manduch wrote: > Hi Eric, > > Nice touch, It works like charm. However unfortunatelly now I think you > introduced new bug :) > > On 08/03/2014 04:45 AM, Eric Wong wrote: >> Hi Andrej, I could not help thinking your patch was obscuring &g