mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-25 11:24:02 +08:00
fix: query file size quote filename (#629)
Signed-off-by: Gadfly <gadfly@gadfly.vip>
This commit is contained in:
@@ -11,7 +11,7 @@ namespace SourceGit.Commands
|
||||
{
|
||||
WorkingDirectory = repo;
|
||||
Context = repo;
|
||||
Args = $"ls-tree {revision} -l -- {file}";
|
||||
Args = $"ls-tree {revision} -l -- \"{file}\"";
|
||||
}
|
||||
|
||||
public long Result()
|
||||
|
||||
Reference in New Issue
Block a user