Files
git/Documentation
Junio C Hamano 47f0b6d5d4 Fall back to three-way merge when applying a patch.
After git-apply fails, attempt to find a base tree that the patch
cleanly applies to, and do a three-way merge using that base tree into
the current index, if .dotest/.3way file exists.  This flag can be
controlled by giving -m flag to git-applymbox command.

When the fall-back merge fails, the working tree can be resolved the
same way as you would normally hand resolve a conflicting merge.
When making commit, use .dotest/final-commit as the log message
template.  Or you could just choose to 'git-checkout-index -f -a'
to revert the failed merge.

Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-10-06 14:25:52 -07:00
..
2005-09-22 01:54:12 -07:00
2005-10-05 16:57:23 -07:00
2005-10-06 14:23:29 -07:00
2005-10-04 17:04:03 -07:00
2005-10-03 13:23:47 -07:00
2005-09-22 01:54:13 -07:00
2005-10-03 13:23:47 -07:00
2005-09-15 12:46:31 -07:00