summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMichael J Gruber <git@drmicha.warpmail.net>2010-12-14 09:18:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-12-16 21:01:31 (GMT)
commit51baceeec4884c14ac8c77902ec6973ab36421ca (patch)
treea32eb8c6c3b7528a1e6bc69a790c4151839fd254 /Documentation
parentfa1c8542cb3ed2a193aac2e514ebe12d7fe22a04 (diff)
downloadgit-51baceeec4884c14ac8c77902ec6973ab36421ca.zip
git-51baceeec4884c14ac8c77902ec6973ab36421ca.tar.gz
git-51baceeec4884c14ac8c77902ec6973ab36421ca.tar.bz2
git-difftool.txt: correct the description of $BASE and describe $MERGED
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-difftool.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-difftool.txt b/Documentation/git-difftool.txt
index 8250bad..498b161 100644
--- a/Documentation/git-difftool.txt
+++ b/Documentation/git-difftool.txt
@@ -55,8 +55,9 @@ 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 <command>::
--extcmd=<command>::