summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 90b94c2)
raw | patch | inline | side by side (parent: 90b94c2)
author | Ramkumar Ramachandra <artagnon@gmail.com> | |
Wed, 6 Apr 2011 18:46:50 +0000 (00:16 +0530) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 6 Apr 2011 22:24:10 +0000 (15:24 -0700) |
Apart from the list of "valid values", 'diff.tool' can take any value,
provided there is a corresponding 'difftool.<tool>.cmd' option. Also,
describe this option just before the 'difftool.*' options.
Helped-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
provided there is a corresponding 'difftool.<tool>.cmd' option. Also,
describe this option just before the 'difftool.*' options.
Helped-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-config.txt | patch | blob | history |
index bbf4753488552d8088ac5237e378e956155def6a..2b1605f5c8f07b96f8e8c27a65717fca6046d613 100644 (file)
A boolean to inhibit the standard behavior of printing a space
before each empty output line. Defaults to false.
-diff.tool::
- Controls which diff tool is used. `diff.tool` overrides
- `merge.tool` when used by linkgit:git-difftool[1] and has
- the same valid values as `merge.tool` minus "tortoisemerge"
- and plus "kompare".
-
diff.<driver>.command::
The custom diff driver command. See linkgit:gitattributes[5]
for details.
diff.<driver>.cachetextconv::
Set this option to true to make the diff driver cache the text
conversion outputs. See linkgit:gitattributes[5] for details.
+
+diff.tool::
+ The diff tool to be used by linkgit:git-difftool[1]. This
+ option overrides `merge.tool`, and has the same valid built-in
+ values as `merge.tool` minus "tortoisemerge" and plus
+ "kompare". Any other value is treated as a custom diff tool,
+ and there must be a corresponding `difftool.<tool>.cmd`
+ option.