use Git::SVN->path accessor globally
No functional change. [ew: commit title] Signed-off-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:

committed by
Eric Wong

parent
b4943dc963
commit
6a8d999ed4
@ -83,7 +83,7 @@ sub _mark_empty_symlinks {
|
||||
chomp(my $empty_blob = `git hash-object -t blob --stdin < /dev/null`);
|
||||
my ($ls, $ctx) = command_output_pipe(qw/ls-tree -r -z/, $cmt);
|
||||
local $/ = "\0";
|
||||
my $pfx = defined($switch_path) ? $switch_path : $git_svn->{path};
|
||||
my $pfx = defined($switch_path) ? $switch_path : $git_svn->path;
|
||||
$pfx .= '/' if length($pfx);
|
||||
while (<$ls>) {
|
||||
chomp;
|
||||
|
Reference in New Issue
Block a user