Eric Wong <normalperson@xxxxxxxx> writes: > foreach (sort { $b =~ tr#/#/# <=> $a =~ tr#/#/# } keys %$bat) { > + next if $_ eq ''; > $self->close_directory($bat->{$_}, $p); > } > + $self->close_directory($bat->{''}, $p); Works for me. Thanks a lot! BTW, I didn't have time to write my script as a real testcase for git-svn, but it should probably be added to the testsuite. Thanks again, -- Matthieu - 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