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 <amanduch@xxxxxxxxx> wrote: > * this fixes 'git svn info `pwd`' buggy behaviour > > Signed-off-by: Andrej Manduch <amanduch@xxxxxxxxx> > --- > 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 +2029,7 @@ sub find_file_type_and_diff_status { > my $mode = (split(' ', $ls_tree))[0] || ""; > > return ("link", $diff_status) if $mode eq "120000"; > - return ("dir", $diff_status) if $mode eq "040000"; > + return ("dir", $diff_status) if $mode eq "040000" od -d $path; > return ("file", $diff_status); > } > > -- > 2.0.0.GIT > -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html