git-difftool: use git-mergetool--lib for "--tool-help"
commitabaf175cdf85ab0eb8bedd7d84ea8b42b6b3dd01
authorJohn Keeping <john@keeping.me.uk>
Fri, 25 Jan 2013 09:43:51 +0000 (25 01:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Jan 2013 19:08:55 +0000 (25 11:08 -0800)
treec366e68ea87cd8d97564b5390f5fa3f5d68f286c
parent62b6f7e021cd5e7a7c3ee8d46ec45fe39d1bf562
git-difftool: use git-mergetool--lib for "--tool-help"

The "--tool-help" option to git-difftool currently displays incorrect
output since it uses the names of the files in
"$GIT_EXEC_PATH/mergetools/" rather than the list of command names in
git-mergetool--lib.

Fix this by simply delegating the "--tool-help" argument to the
show_tool_help function in git-mergetool--lib.

Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-difftool.perl