Merge branch 'maint'
* maint: git-svn.perl: workaround assertions in svn library 1.5.0
This commit is contained in:
commit
07e2fbcb90
@ -643,6 +643,8 @@ sub canonicalize_path {
|
||||
$path =~ s#/[^/]+/\.\.##g;
|
||||
$path =~ s#/$##g;
|
||||
$path =~ s#^\./## if $dot_slash_added;
|
||||
$path =~ s#^/##;
|
||||
$path =~ s#^\.$##;
|
||||
return $path;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user