Support icon indicating copy to clipboard operation
Support copied to clipboard

Delete and modified are swapped in conflict resolution

Open mattkang opened this issue 1 year ago • 1 comments

When resolving deleted file merge conflicts, the prompt text is incorrect. It currently reads:

"filename.txt" has been deleted on refs/heads/master and modified on the other branch.

Do you want to keep the modified version or delete it?

I believe this should instead read:

"filename.txt" has been deleted on refs/heads/feature and modified on the current branch.

Do you want to keep the modified version or delete it?

mattkang avatar Nov 07 '23 15:11 mattkang

Thanks for reporting this. I'll take a look.

GitFiend avatar Nov 07 '23 23:11 GitFiend