mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 13:20:30 +08:00
enhance: supports to clone into a local folder with spaces (#2069)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -16,7 +16,7 @@ namespace SourceGit.Commands
|
||||
builder.Append(extraArgs).Append(' ');
|
||||
builder.Append(url).Append(' ');
|
||||
if (!string.IsNullOrEmpty(localName))
|
||||
builder.Append(localName);
|
||||
builder.Append(localName.Quoted());
|
||||
|
||||
Args = builder.ToString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user