Is there a way to prevent the lines to be removed during the merging and make them available in the produced output (in a distinguishable form)?
Ideally, I want to keep lines "to be removed" as commented.
But it would be totally ok if there is a way to force merge to behave as it is a conflict situation (even if there are no conflicts at all), in order to produce the source with <<<<<<<
=======
>>>>>>>
markers in it.
I've tried to use hunk by hunk patching, using git add -p
and then choosing "e" option for editing. But seems that it doesn't allow line's content to be edited.