summaryrefslogtreecommitdiffstats
path: root/git-mergetool.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-11-02 02:47:50 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-11-02 02:47:50 +0000
commit1c70883dc871f015b3f14945f7c310325ab4aba8 (patch)
tree1fc62d49807a32d921c552f0763ccd04116a777a /git-mergetool.html
parent1974bf2632180e353120c4cd1dca476df26c5bc0 (diff)
downloadgit-htmldocs-1c70883dc871f015b3f14945f7c310325ab4aba8.tar.gz
Autogenerated HTML docs for v1.5.3.5-474-g3e4bb
Diffstat (limited to 'git-mergetool.html')
-rw-r--r--git-mergetool.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/git-mergetool.html b/git-mergetool.html
index 80706dbca..d2a24b8e2 100644
--- a/git-mergetool.html
+++ b/git-mergetool.html
@@ -293,12 +293,17 @@ with merge conflicts.</p>
<p>
Use the merge resolution program specified by &lt;tool&gt;.
Valid merge tools are:
- kdiff3, tkdiff, meld, xxdiff, emerge, vimdiff, gvimdiff, and opendiff
+ kdiff3, tkdiff, meld, xxdiff, emerge, vimdiff, gvimdiff, ecmerge, and opendiff
</p>
<p>If a merge resolution program is not specified, <em>git mergetool</em>
will use the configuration variable merge.tool. If the
configuration variable merge.tool is not set, <em>git mergetool</em>
will pick a suitable default.</p>
+<p>You can explicitly provide a full path to the tool by setting the
+configuration variable mergetool.&lt;tool&gt;.path. For example, you
+can configure the absolute path to kdiff3 by setting
+mergetool.kdiff3.path. Otherwise, <em>git mergetool</em> assumes the tool
+is available in PATH.</p>
</dd>
</dl>
</div>
@@ -316,7 +321,7 @@ will pick a suitable default.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 19-Jul-2007 02:09:46 UTC
+Last updated 02-Nov-2007 02:47:21 UTC
</div>
</div>
</body>