Files
git/builtin
Christian Couder 3f9083cde3 merge: refactor code that calls "git merge-STRATEGY"
In the try_merge_strategy() function, when the strategy is "recursive"
or "subtree", the merge_recursive() function is called.
Otherwise we launch a "git merge-STRATEGY" process.

To make it possible to reuse code that launches a "git merge-STRATEGY"
process, this patch refactors this code into a new try_merge_command()
function.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-04-01 11:14:10 -07:00
..
2010-03-10 15:32:02 -08:00
2010-03-13 21:31:42 -08:00
2010-03-15 00:58:42 -07:00
2010-03-20 11:29:19 -07:00
2010-03-20 11:29:36 -07:00
2010-03-10 15:32:43 -08:00
2010-03-15 00:58:55 -07:00
2010-03-10 15:32:34 -08:00
2010-03-15 00:52:06 -07:00
2010-03-15 00:58:42 -07:00
2010-03-20 11:29:35 -07:00
2010-03-15 00:58:24 -07:00
2010-03-10 15:25:18 -08:00