]> git.ipfire.org Git - thirdparty/git.git/commit
checkout --ours/--theirs: allow checking out one side of a conflicting merge
authorJunio C Hamano <gitster@pobox.com>
Sat, 30 Aug 2008 14:48:18 +0000 (07:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 31 Aug 2008 02:28:45 +0000 (19:28 -0700)
commit38901a48375952ab6c02f22bddfa19ac2bec2c36
treee92bde1bc110e1456cd9980bce0ea80f49dae902
parentdb9410990ee41f2b253763621c0023c782ec86e2
checkout --ours/--theirs: allow checking out one side of a conflicting merge

This lets you to check out 'our' (or 'their') version of an
unmerged path out of the index while resolving conflicts.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-checkout.txt
builtin-checkout.c
t/t7201-co.sh