0

Allow conflicts (in rebases) to select resolve options (ours/theirs) per conflict instead of just full files.

ct 8 months ago 0

I just had a huge conflict I needed to resolve when rebasing a feature branch after the main branch received large scale reformatting.

Unfortunately I can only choose to resolve the whole file using ours/theirs but not individual conflicts, which now makes me wade through the conflicts in my editor (Sublime of course).

It would be helpful to have conflict-level options (like hunk-based when staging regular commits) there.