merge-conflicts icon indicating copy to clipboard operation
merge-conflicts copied to clipboard

Resolve other kinds of conflicts

Open smashwilson opened this issue 11 years ago • 0 comments

Conflict markers are modify-modify conflicts, indicated by U U in git status --porcelain, but there are other conflicts that are possible: modify and delete, both added, and so on.

Resolution is usually simpler for these cases, but (as I've hinted with the "modified by both") I'd like to display them in the MergeConflictsView and let you resolve them different ways with a context menu.

smashwilson avatar Mar 15 '14 19:03 smashwilson