X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-difftool.txt;h=db87f1d42382e32d7e3ee94e5c3d0a032b7430e2;hb=d3ee177e5059c81e0e73be091741f60ebfbce520;hp=6fffbc7bf89d01b14505c03993de9d97d37e9404;hpb=0d181cbb8adbc964a075fd71148415f6bd431272;p=git.git diff --git a/Documentation/git-difftool.txt b/Documentation/git-difftool.txt index 6fffbc7bf..db87f1d42 100644 --- a/Documentation/git-difftool.txt +++ b/Documentation/git-difftool.txt @@ -56,14 +56,16 @@ the configured command line will be invoked with the following variables available: `$LOCAL` is set to the name of the temporary file containing the contents of the diff pre-image and `$REMOTE` is set to the name of the temporary file containing the contents -of the diff post-image. `$BASE` is provided for compatibility -with custom merge tool commands and has the same value as `$LOCAL`. +of the diff post-image. `$MERGED` is the name of the file which is +being compared. `$BASE` is provided for compatibility +with custom merge tool commands and has the same value as `$MERGED`. -x :: --extcmd=:: Specify a custom command for viewing diffs. 'git-difftool' ignores the configured defaults and runs `$command $LOCAL $REMOTE` when this option is specified. + Additionally, `$BASE` is set in the environment. -g:: --gui::