mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
feature: supports resolving multiple conflicts at once.
This commit is contained in:
parent
3783bdacbc
commit
f3f39ac593
8 changed files with 237 additions and 137 deletions
|
@ -129,6 +129,7 @@ namespace SourceGit.ViewModels
|
|||
{
|
||||
var commit = commits[0] as Models.Commit;
|
||||
AutoSelectedCommit = commit;
|
||||
NavigationId = _navigationId + 1;
|
||||
|
||||
if (_detailContext is CommitDetail detail)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue