mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 19:55:00 +00:00
fix: resolve conflict with deleted files does not work (#1009)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
9da2c787db
commit
2b4fc64c73
3 changed files with 64 additions and 18 deletions
|
@ -1796,7 +1796,7 @@ namespace SourceGit.Views
|
|||
|
||||
if (!selection.HasLeftChanges)
|
||||
{
|
||||
new Commands.Add(repo.FullPath, [change]).Exec();
|
||||
new Commands.Add(repo.FullPath, [change.Path]).Exec();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue