summaryrefslogtreecommitdiff
path: root/ll-merge.c
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-03-21 00:37:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-03-21 03:36:11 (GMT)
commit4bb0936206b046a4fe606e9b0c9fe6ecc7a0ff69 (patch)
tree9559a761fb84a790fd35f5ee494984a405e8bebc /ll-merge.c
parenta4b5e91c49238146f4cb85ff5f7f3bc97e0e51de (diff)
downloadgit-4bb0936206b046a4fe606e9b0c9fe6ecc7a0ff69.zip
git-4bb0936206b046a4fe606e9b0c9fe6ecc7a0ff69.tar.gz
git-4bb0936206b046a4fe606e9b0c9fe6ecc7a0ff69.tar.bz2
merge-file --diff3: add a label for ancestor
git merge-file --diff3 can be used to present conflicts hunks including text from the common ancestor. The added information is helpful for resolving a merge by hand, and merge tools can usually grok it because it looks like output from diff3 -m. However, ‘diff3’ includes a label for the merge base on the ||||||| line and some tools cannot parse conflict hunks without such a label. Write the base-name as passed in a -L option (or the name of the ancestor file by default) on that line. git rerere will not have trouble parsing this output, since instead of looking for a newline, it looks for whitespace after the ||||||| marker. Since rerere includes its own code for recreating conflict hunks, conflict identifiers are unaffected. No other code in git tries to parse conflict hunks. 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 'll-merge.c')
0 files changed, 0 insertions, 0 deletions