зеркало из https://github.com/microsoft/git.git
Merge branch 'gp/maint-cvsserver' into maint
* gp/maint-cvsserver: git-cvsserver: allow regex metacharacters in CVSROOT
This commit is contained in:
Коммит
800d1fb0ab
|
@ -388,7 +388,7 @@ sub req_Directory
|
||||||
$state->{localdir} = $data;
|
$state->{localdir} = $data;
|
||||||
$state->{repository} = $repository;
|
$state->{repository} = $repository;
|
||||||
$state->{path} = $repository;
|
$state->{path} = $repository;
|
||||||
$state->{path} =~ s/^$state->{CVSROOT}\///;
|
$state->{path} =~ s/^\Q$state->{CVSROOT}\E\///;
|
||||||
$state->{module} = $1 if ($state->{path} =~ s/^(.*?)(\/|$)//);
|
$state->{module} = $1 if ($state->{path} =~ s/^(.*?)(\/|$)//);
|
||||||
$state->{path} .= "/" if ( $state->{path} =~ /\S/ );
|
$state->{path} .= "/" if ( $state->{path} =~ /\S/ );
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче