Merge branch 'jk/cvsimport-quoting'
Typo/Logico fix. * jk/cvsimport-quoting: cvsimport: apply shell-quoting regex globallymaint
commit
6ae18684e1
|
@ -642,7 +642,7 @@ sub is_sha1 {
|
|||
|
||||
sub get_headref ($) {
|
||||
my $name = shift;
|
||||
$name =~ s/'/'\\''/;
|
||||
$name =~ s/'/'\\''/g;
|
||||
my $r = `git rev-parse --verify '$name' 2>/dev/null`;
|
||||
return undef unless $? == 0;
|
||||
chomp $r;
|
||||
|
|
Loading…
Reference in New Issue