summaryrefslogtreecommitdiff
path: root/fixup-builtins
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-08-30 14:52:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-08-31 02:57:55 (GMT)
commit0cf8581e330e7140c9f5c94a53d441187c0f8ff9 (patch)
treea1e46a0198f62914d29e8e1429b8efce58ada4ee /fixup-builtins
parent29a1f99b4b81cd28163de1275265234c5ab804b4 (diff)
downloadgit-0cf8581e330e7140c9f5c94a53d441187c0f8ff9.zip
git-0cf8581e330e7140c9f5c94a53d441187c0f8ff9.tar.gz
git-0cf8581e330e7140c9f5c94a53d441187c0f8ff9.tar.bz2
checkout -m: recreate merge when checking out of unmerged index
This teaches git-checkout to recreate a merge out of unmerged index entries while resolving conflicts. With this patch, checking out an unmerged path from the index now have the following possibilities: * Without any option, an attempt to checkout an unmerged path will atomically fail (i.e. no other cleanly-merged paths are checked out either); * With "-f", other cleanly-merged paths are checked out, and unmerged paths are ignored; * With "--ours" or "--theirs, the contents from the specified stage is checked out; * With "-m" (we should add "--merge" as synonym), the 3-way merge is recreated from the staged object names and checked out. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'fixup-builtins')
0 files changed, 0 insertions, 0 deletions