pack-objects: remove redundant and wrong call to deflateEnd()
[gitweb.git] / git-svn.perl
index 3308fe1e3f86b5e96c3af66e6cd092a7e9d50980..d5316eb6da3f94df82bdb8a73a81a1f63f117390 100755 (executable)
@@ -1858,6 +1858,7 @@ sub rel_path {
 sub prop_walk {
        my ($self, $path, $rev, $sub) = @_;
 
+       $path =~ s#^/##;
        my ($dirent, undef, $props) = $self->ra->get_dir($path, $rev);
        $path =~ s#^/*#/#g;
        my $p = $path;