Files
git/builtin
Justin Frankel 58a1ece478 merge-recursive --patience
Teach the merge-recursive strategy a --patience option to use the
"patience diff" algorithm, which tends to improve results when
cherry-picking a patch that reorders functions at the same time as
refactoring them.

To support this, struct merge_options and ll_merge_options gain an
xdl_opts member, so programs can use arbitrary xdiff flags (think
"XDF_IGNORE_WHITESPACE") in a git-aware merge.

git merge and git rebase can be passed the -Xpatience option to
use this.

[jn: split from --ignore-space patch; with documentation]

Signed-off-by: Justin Frankel <justin@cockos.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-08-26 09:20:03 -07:00
..
2010-06-27 12:07:55 -07:00
2010-06-21 06:02:47 -07:00
2010-06-27 12:07:55 -07:00
2010-06-18 11:16:53 -07:00
2010-03-28 17:42:58 -07:00
2010-06-07 22:15:31 -07:00
2010-06-05 09:14:31 -07:00
2010-08-26 09:20:03 -07:00
2010-06-25 11:45:27 -07:00
2010-04-09 22:43:18 -07:00
2010-06-21 06:02:44 -07:00
2010-08-06 09:20:02 -07:00
2010-03-31 15:14:27 -07:00
2010-08-06 09:20:02 -07:00