summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-07-24 21:05:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-07-24 21:05:26 (GMT)
commitcf7864837c12c396ad5927cb6c0bbaa790cda7ad (patch)
tree93c489a5a4bfb1fde21851d3b9154990ec528b9a /Documentation
parent9c3f19fdfd7b8d7fcbebf05d30a8a41054f89d32 (diff)
parent109859e27445a3ad12eb8f8cba43a5aa8f701733 (diff)
downloadgit-cf7864837c12c396ad5927cb6c0bbaa790cda7ad.zip
git-cf7864837c12c396ad5927cb6c0bbaa790cda7ad.tar.gz
git-cf7864837c12c396ad5927cb6c0bbaa790cda7ad.tar.bz2
Merge branch 'jc/mergetool-tool-help'
"git mergetool" did not support --tool-help option to give the list of supported backends, like "git difftool" does. * jc/mergetool-tool-help: mergetool: support --tool-help option like difftool does
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-mergetool.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-mergetool.txt b/Documentation/git-mergetool.txt
index 2a49de7..d7207bd 100644
--- a/Documentation/git-mergetool.txt
+++ b/Documentation/git-mergetool.txt
@@ -27,9 +27,9 @@ OPTIONS
-t <tool>::
--tool=<tool>::
Use the merge resolution program specified by <tool>.
- Valid merge tools are:
- araxis, bc3, diffuse, ecmerge, emerge, gvimdiff, kdiff3,
- meld, opendiff, p4merge, tkdiff, tortoisemerge, vimdiff and xxdiff.
+ Valid values include emerge, gvimdiff, kdiff3,
+ meld, vimdiff, and tortoisemerge. Run `git mergetool --tool-help`
+ for the list of valid <tool> settings.
+
If a merge resolution program is not specified, 'git mergetool'
will use the configuration variable `merge.tool`. If the