git/builtin
Jonathan Nieder f01de62e45 ll_merge(): add ancestor label parameter for diff3-style output
Commands using the ll_merge() function will present conflict hunks
imitating ‘diff3 -m’ output if the merge.conflictstyle configuration
option is set appropriately.  Unlike ‘diff3 -m’, the output does not
include a label for the merge base on the ||||||| line of the output,
and some tools misparse the conflict hunks without that.

Add a new ancestor_label parameter to ll_merge() to give callers the
power to rectify this situation.  If ancestor_label is NULL, the output
format is unchanged.  All callers pass NULL for now.

Requested-by: Stefan Monnier <monnier@iro.umontreal.ca>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-03-20 20:36:11 -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