mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 21:24:59 +00:00
fix: git rev-list
raises errors after selected commit in Histories
page (#1101)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
450dadf76c
commit
6273c01d71
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace SourceGit.Commands
|
|||
WorkingDirectory = repo;
|
||||
Context = repo;
|
||||
_commit = commit;
|
||||
Args = $"rev-list -{max} --parents --branches --remotes --ancestry-path={commit} ^{commit}";
|
||||
Args = $"rev-list -{max} --parents --branches --remotes --ancestry-path ^{commit}";
|
||||
}
|
||||
|
||||
public List<string> Result()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue