difftool: Add '-x' and as an alias for '--extcmd'
commitf47f1e2ce8b4022113120b32decb4436341dc3aa
authorDavid Aguilar <davvid@gmail.com>
Fri, 15 Jan 2010 22:03:43 +0000 (15 14:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Jan 2010 23:04:31 +0000 (15 15:04 -0800)
tree25c7dbb1e9f3cf122faf62d86e094ad136ad2a27
parenta9e11220c2656cc5d7baac4d0735c04f9be46438
difftool: Add '-x' and as an alias for '--extcmd'

This adds '-x' as a shorthand for the '--extcmd' option.
Arguments to '--extcmd' can be specified separately, which
was not originally possible.

This also fixes the brief help text so that it mentions
both '-x' and '--extcmd'.

Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-difftool.txt
git-difftool.perl
t/t7800-difftool.sh