Documentation: Allow custom diff tools to be specified in 'diff.tool'
authorRamkumar Ramachandra <artagnon@gmail.com>
Wed, 6 Apr 2011 18:46:50 +0000 (00:16 +0530)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Apr 2011 22:24:10 +0000 (15:24 -0700)
Apart from the list of "valid values", 'diff.tool' can take any value,
provided there is a corresponding 'difftool.<tool>.cmd' option. Also,
describe this option just before the 'difftool.*' options.

Helped-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found