aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-mergetool.txt
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2009-04-06 01:31:23 -0700
committerJunio C Hamano <gitster@pobox.com>2009-04-07 22:19:56 -0700
commit1c0f3d224eff2ff8ca8442811edb5a6830adba1a (patch)
treeea2abaf978b348dc99b31a304381e6146cdc5c9a /Documentation/git-mergetool.txt
parent8b7332221db8522fe23bf8cf25d058acea6b9142 (diff)
downloadgit-1c0f3d224eff2ff8ca8442811edb5a6830adba1a.tar.gz
difftool/mergetool: add diffuse as merge and diff tool
This adds diffuse as a built-in merge tool. Signed-off-by: Sebastian Pipping <sebastian@pipping.org> Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-mergetool.txt')
-rw-r--r--Documentation/git-mergetool.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-mergetool.txt b/Documentation/git-mergetool.txt
index 5edac4d267..ff9700d17a 100644
--- a/Documentation/git-mergetool.txt
+++ b/Documentation/git-mergetool.txt
@@ -27,7 +27,7 @@ OPTIONS
Use the merge resolution program specified by <tool>.
Valid merge tools are:
kdiff3, tkdiff, meld, xxdiff, emerge, vimdiff, gvimdiff, ecmerge,
- tortoisemerge and opendiff
+ diffuse, tortoisemerge and opendiff
+
If a merge resolution program is not specified, 'git-mergetool'
will use the configuration variable `merge.tool`. If the