diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2009-04-06 01:31:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-07 22:19:56 -0700 |
commit | 1c0f3d224eff2ff8ca8442811edb5a6830adba1a (patch) | |
tree | ea2abaf978b348dc99b31a304381e6146cdc5c9a /contrib/difftool/git-difftool.txt | |
parent | 8b7332221db8522fe23bf8cf25d058acea6b9142 (diff) | |
download | git-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 'contrib/difftool/git-difftool.txt')
-rw-r--r-- | contrib/difftool/git-difftool.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/difftool/git-difftool.txt b/contrib/difftool/git-difftool.txt index a00e9431c5..af68466ebc 100644 --- a/contrib/difftool/git-difftool.txt +++ b/contrib/difftool/git-difftool.txt @@ -25,8 +25,8 @@ OPTIONS --tool=<tool>:: Use the diff tool specified by <tool>. Valid merge tools are: - kdiff3, kompare, tkdiff, meld, xxdiff, emerge, - vimdiff, gvimdiff, ecmerge, and opendiff + kdiff3, kompare, tkdiff, meld, xxdiff, emerge, vimdiff, gvimdiff, + ecmerge, diffuse and opendiff + If a diff tool is not specified, 'git-difftool' will use the configuration variable `diff.tool`. If the |