summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDenton Liu <liu.denton@gmail.com>2017-02-07 06:32:07 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-02-08 21:30:28 (GMT)
commit56c2da57fe578d8cb4c6b4fd7d08669944976c35 (patch)
treeb84782bd7dbdda22cc8024400c7bb6c64c967582 /Documentation
parent6e3a7b3398559305c7a239a42e447c21a8f39ff8 (diff)
downloadgit-56c2da57fe578d8cb4c6b4fd7d08669944976c35.zip
git-56c2da57fe578d8cb4c6b4fd7d08669944976c35.tar.gz
git-56c2da57fe578d8cb4c6b4fd7d08669944976c35.tar.bz2
Document the --no-gui option in difftool
Prior to this, the `--no-gui` option was not documented in the manpage. This commit introduces this into the manpage Signed-off-by: Denton Liu <liu.denton@gmail.com> 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 224fb30..96c26e6 100644
--- a/Documentation/git-difftool.txt
+++ b/Documentation/git-difftool.txt
@@ -86,10 +86,11 @@ instead. `--no-symlinks` is the default on Windows.
Additionally, `$BASE` is set in the environment.
-g::
---gui::
+--[no-]gui::
When 'git-difftool' is invoked with the `-g` or `--gui` option
the default diff tool will be read from the configured
- `diff.guitool` variable instead of `diff.tool`.
+ `diff.guitool` variable instead of `diff.tool`. The `--no-gui`
+ option can be used to override this setting.
--[no-]trust-exit-code::
'git-difftool' invokes a diff tool individually on each file.