mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-25 12:24:59 +00:00
fix: query file size quote filename
Signed-off-by: Gadfly <gadfly@gadfly.vip>
This commit is contained in:
parent
0228bef1db
commit
046a20feee
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