Re: [RFC/PATCH 11/18] merge: Add a new --index-only option, not yet implemented

2016-04-08 Thread Junio C Hamano
Elijah Newren writes: > +--index-only:: > + Perform merge on index only, leaving working tree alone. Most > + users do NOT want to use this flag, as it will leave the > + working tree and the index completely out of sync, which is > + very likely to confuse users and prevent a su

[RFC/PATCH 11/18] merge: Add a new --index-only option, not yet implemented

2016-04-08 Thread Elijah Newren
Subsequent commits will add implementation for each relevant merge strategy Signed-off-by: Elijah Newren --- Documentation/git-merge.txt | 14 ++ builtin/merge.c | 7 +++ git.c | 2 +- merge-recursive.c | 1 + merge-recursive.h