summaryrefslogtreecommitdiff
path: root/git-am.sh
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-03-21 00:38:58 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-03-21 03:36:11 (GMT)
commitf01de62e4591a6acc061eb994d44f7eeef7a0cfd (patch)
tree85ede25d7697736056133412abae4739fa79cb36 /git-am.sh
parent4bb0936206b046a4fe606e9b0c9fe6ecc7a0ff69 (diff)
downloadgit-f01de62e4591a6acc061eb994d44f7eeef7a0cfd.zip
git-f01de62e4591a6acc061eb994d44f7eeef7a0cfd.tar.gz
git-f01de62e4591a6acc061eb994d44f7eeef7a0cfd.tar.bz2
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>
Diffstat (limited to 'git-am.sh')
0 files changed, 0 insertions, 0 deletions