зеркало из https://github.com/microsoft/git.git
Merge branch 'jk/cvsimport-quoting' into maint-2.10
This commit is contained in:
Коммит
6d6e2f812d
|
@ -642,6 +642,7 @@ sub is_sha1 {
|
|||
|
||||
sub get_headref ($) {
|
||||
my $name = shift;
|
||||
$name =~ s/'/'\\''/;
|
||||
my $r = `git rev-parse --verify '$name' 2>/dev/null`;
|
||||
return undef unless $? == 0;
|
||||
chomp $r;
|
||||
|
|
Загрузка…
Ссылка в новой задаче