git-difftool.txt: correct the description of $BASE and describe $MERGED
authorMichael J Gruber <git@drmicha.warpmail.net>
Tue, 14 Dec 2010 09:18:34 +0000 (10:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Dec 2010 21:01:31 +0000 (13:01 -0800)
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-difftool.txt

index 8250bad2ce95245ca8e2a41c0740d0029b92ae4b..498b1610f46ce7a4778c0e76f36d212d2a605fae 100644 (file)
@@ -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>::