aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-10-27 08:22:52 +0200
committerJunio C Hamano <gitster@pobox.com>2018-10-29 10:17:01 +0900
commit9155f6f670f152bee38cb48b4db5348f34b51e60 (patch)
tree61caad118fc13a089d929f6236d3c9d64f269e38 /Documentation/config.txt
parentfa922d74c525a8f66584e50b60b8dfc3cd237a90 (diff)
downloadgit-9155f6f670f152bee38cb48b4db5348f34b51e60.tar.gz
config.txt: move difftool.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt15
1 files changed, 1 insertions, 14 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 5693ce7654..f313c7da2e 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -321,20 +321,7 @@ include::config/completion.txt[]
include::config/diff.txt[]
-difftool.<tool>.path::
- Override the path for the given tool. This is useful in case
- your tool is not in the PATH.
-
-difftool.<tool>.cmd::
- Specify the command to invoke the specified diff tool.
- The specified command is evaluated in shell 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.
-
-difftool.prompt::
- Prompt before each invocation of the diff tool.
+include::config/difftool.txt[]
fastimport.unpackLimit::
If the number of objects imported by linkgit:git-fast-import[1]