Junio C Hamano schrieb: > Andreas Gruenbacher <agruen@xxxxxxx> writes: > >> On Monday, 23 March 2009 4:50:24 Junio C Hamano wrote: >>> Andreas Gruenbacher <agruen@xxxxxxx> writes: >>>> is the format that git normally uses for indicating merge conflicts in >>>> files (the <<< === >>> markers) documented somewhere? How exactly does >>>> it differ from the diff3 format (<<< ||| === >>>)? Diff3's -m mode seems >>>> to come close to what git does, except that git doesn't produce the ||| >>>> section: >>> It is an imitation of output from "merge" program of RCS suite Paul you >>> know maintains ;-) >> So it's the same format except that diff3's ||| section isn't shown. I was >> wondering if there are any additional tricks. > > No additional tricks. I think there's one additional trick: git moves common parts of the conflict section outside of the conflict markers, and it even splits the sections into two if there are common parts between two conflicting lines. (But that doesn't change how the conflict markers look.) -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html