зеркало из https://github.com/microsoft/scalar.git
Drop special handling of spaces
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
This commit is contained in:
Родитель
1ff1a0184f
Коммит
5d7dfe274d
|
@ -90,8 +90,6 @@ namespace Scalar.Common.Git
|
|||
string filterArg = filterBlobs ? "--filter=blob:none" : string.Empty;
|
||||
|
||||
string dir = Paths.ConvertPathToGitFormat(targetDir);
|
||||
dir.Replace(" ", "\\ ");
|
||||
url.Replace(" ", "%20");
|
||||
|
||||
GitProcess git = new GitProcess(gitBinPath, workingDirectoryRoot: null);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче