]> git.ipfire.org Git - thirdparty/git.git/commit - git-mergetool--lib.sh
mergetool: support --tool-help option like difftool does
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Jul 2012 21:16:12 +0000 (14:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jul 2012 21:42:39 +0000 (14:42 -0700)
commit109859e27445a3ad12eb8f8cba43a5aa8f701733
tree669e753fa602ccdfcc2a517b53a7a70800cdf599
parente6dfbcf12b0e70897818cb36903de0625931a5c6
mergetool: support --tool-help option like difftool does

This way we do not have to risk the list of tools going out of sync
between the implementation and the documentation.

In the same spirit as bf73fc2 (difftool: print list of valid tools
with '--tool-help', 2012-03-29), trim the list of merge backends in
the documentation.  We do not want to have a complete list of valid
tools; we only want a list to help people guess what kind of things
the tools do to be specified there, and refer them to --tool-help
for a complete list.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-mergetool.txt
git-mergetool--lib.sh
git-mergetool.sh