diff options
author | Daniel Barkalow <barkalow@iabervon.org> | 2008-02-07 11:40:02 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-09 23:16:51 -0800 |
commit | 4e7c4571b8b31d6a09de2826361540caa76d3526 (patch) | |
tree | 5a1ad8a393ca1408bbf252b4842a3fd82c03959e /merge-recursive.c | |
parent | 33ecf7eb6143143711ccaf828134beb2dacbe5c9 (diff) | |
download | git-4e7c4571b8b31d6a09de2826361540caa76d3526.tar.gz |
Add "skip_unmerged" option to unpack_trees.
This option allows the caller to reset everything that isn't unmerged,
leaving the unmerged things to be resolved. If, after a merge of
"working" and "HEAD", this is used with "HEAD" (reset, !update), the
result will be that all of the changes from "local" are in the working
tree but not added to the index (either with the index clean but
unchanged, or with the index unmerged, depending on whether there are
conflicts).
This will be used in checkout -m.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Diffstat (limited to 'merge-recursive.c')
0 files changed, 0 insertions, 0 deletions