mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
fix: query file size quote filename (#629)
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…
Add table
Add a link
Reference in a new issue