Wincent Colaiuta <win@xxxxxxxxxxx> writes: > Does anybody know of any tools for doing side-by-side visualizations > of diffs and patches which work well with Git? > > So, can anyone recommend a tool which can do this kind of side-by- > side visualization and plays nicely with Git? I use M-x ediff-revision RET in Emacs for this. There is also M-x smerge-ediff RET for resolving a file with merge conflict markers, and M-x ediff-merge-revisions-with-ancestor RET. The side-by-side layout is chosen by typing | into the control window for the merge. Looking at a patch in respect of two versions can be done with M-x ediff-patch-file RET. -- David Kastrup - 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