mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-24 21:54:59 +00:00
parent
9aba737d9e
commit
38a8490d16
5 changed files with 316 additions and 291 deletions
|
@ -24,7 +24,7 @@ namespace SourceGit.Commands
|
|||
Context = repo;
|
||||
|
||||
var based = string.IsNullOrEmpty(start) ? "-R" : start;
|
||||
Args = $"diff --name-status {based} {end} -- {path}";
|
||||
Args = $"diff --name-status {based} {end} -- \"{path}\"";
|
||||
}
|
||||
|
||||
public List<Models.Change> Result()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue