X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-difftool.txt;h=a5d9c121f1b0398413814e8bc68fdb3bd3bf3c2b;hb=1d5742cbf746f9556e6aefdfbed54c452c235d51;hp=573843211112a6efb7b296bbc5b11894c01dd8cd;hpb=f326a06497c6609b109c35bab6d8187b02dad81f;p=git.git diff --git a/Documentation/git-difftool.txt b/Documentation/git-difftool.txt index 573843211..a5d9c121f 100644 --- a/Documentation/git-difftool.txt +++ b/Documentation/git-difftool.txt @@ -7,13 +7,14 @@ git-difftool - Show changes using common diff tools SYNOPSIS -------- -'git difftool' [] {0,2} [--] [...] +'git difftool' [] [ []] [--] [...] DESCRIPTION ----------- 'git difftool' is a git command that allows you to compare and edit files between revisions using common diff tools. 'git difftool' is a frontend -to 'git diff' and accepts the same options and arguments. +to 'git diff' and accepts the same options and arguments. See +linkgit:git-diff[1]. OPTIONS ------- @@ -108,15 +109,6 @@ linkgit:git-mergetool[1]:: linkgit:git-config[1]:: Get and set repository or global options - -AUTHOR ------- -Written by David Aguilar . - -Documentation --------------- -Documentation by David Aguilar and the git-list . - GIT --- Part of the linkgit:git[1] suite