X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-mergetool.txt;h=add01e855a09c34b6aa9c83af6efcd17f24f3c9d;hb=a77a33a51df9b7655d80299487ec6fbb10445496;hp=ae69a0eb83ea705b2564c5ed8d3f2ff1313ae8fd;hpb=1589e0517fd22c198799504d6888d5a475024152;p=git.git diff --git a/Documentation/git-mergetool.txt b/Documentation/git-mergetool.txt index ae69a0eb8..add01e855 100644 --- a/Documentation/git-mergetool.txt +++ b/Documentation/git-mergetool.txt @@ -25,12 +25,12 @@ OPTIONS -t or --tool=:: Use the merge resolution program specified by . Valid merge tools are: - kdiff3, tkdiff, meld, xxdiff, and emerge. - - If a merge resolution program is not specified, 'git mergetool' - will use the configuration variable merge.tool. If the - configuration variable merge.tool is not set, 'git mergetool' - will pick a suitable default. + kdiff3, tkdiff, meld, xxdiff, emerge, vimdiff, and opendiff ++ +If a merge resolution program is not specified, 'git mergetool' +will use the configuration variable merge.tool. If the +configuration variable merge.tool is not set, 'git mergetool' +will pick a suitable default. Author ------