git rerere
happily stores my conflict resolutions and automagically applies them when the same conflicts appear again.
However, sometimes, I encounter a merge conflict with a different context that I don't want auto merged.
Is there a way to make git rerere
remember conflict resolutions, but require an explicit call to git rerere
to apply them?
To be clear, I'm not looking to git rerere clear
or git rerere forget
, but rather, simply, not automatically resolve merge conflicts unless explicitly directed (bonus if it can show me the proposed resolution before applying!)