Re: [PATCH v2 1/2] mergetool: honor tempfile configuration when resolving delete conflicts

2016-03-06 Thread Junio C Hamano
David Aguilar writes: > Teach resolve_deleted_merge() to honor the mergetool.keepBackup and > mergetool.keepTemporaries configuration knobs. > > This ensures that the worktree is kept pristine when resolving deletion > conflicts with the variables both set to false. > >

[PATCH v2 1/2] mergetool: honor tempfile configuration when resolving delete conflicts

2016-03-05 Thread David Aguilar
Teach resolve_deleted_merge() to honor the mergetool.keepBackup and mergetool.keepTemporaries configuration knobs. This ensures that the worktree is kept pristine when resolving deletion conflicts with the variables both set to false. Signed-off-by: David Aguilar --- v2 uses