mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
fix: query file size quote filename (#629)
Some checks are pending
Some checks are pending
Signed-off-by: Gadfly <gadfly@gadfly.vip>
This commit is contained in:
parent
9816a5e8ba
commit
cffcf3448e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ namespace SourceGit.Commands
|
||||||
{
|
{
|
||||||
WorkingDirectory = repo;
|
WorkingDirectory = repo;
|
||||||
Context = repo;
|
Context = repo;
|
||||||
Args = $"ls-tree {revision} -l -- {file}";
|
Args = $"ls-tree {revision} -l -- \"{file}\"";
|
||||||
}
|
}
|
||||||
|
|
||||||
public long Result()
|
public long Result()
|
||||||
|
|
Loading…
Reference in a new issue