about summary refs log tree commit diff
path: root/third_party/git/Documentation/config/difftool.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/Documentation/config/difftool.txt')
-rw-r--r--third_party/git/Documentation/config/difftool.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/third_party/git/Documentation/config/difftool.txt b/third_party/git/Documentation/config/difftool.txt
deleted file mode 100644
index 6762594480..0000000000
--- a/third_party/git/Documentation/config/difftool.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-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.