Re: [PATCH 0/9] remerge diff proof of concept/RFC

2014-02-04 Thread Junio C Hamano
Thomas Rast writes: > log --remerge-diff: show what the conflict resolution changed Yay ;-) > This series explores another angle, which I call "remerge diff". It > works by re-doing the merge in core, using features from patches 1-3 > and 7. Likely that will result in conflicts, which are f

[PATCH 0/9] remerge diff proof of concept/RFC

2014-02-04 Thread Thomas Rast
Hi, This may look intimidating, but it's actually 3.5 separate things: merge-recursive: remove dead conditional in update_stages() merge-recursive: internal flag to avoid touching the worktree merge-recursive: -Xindex-only to leave worktree unchanged These are unchanged from tr/merge-recur