author | David Aguilar <davvid@gmail.com> | |
Fri, 15 Jan 2010 22:03:43 +0000 (14:03 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 15 Jan 2010 23:04:31 +0000 (15:04 -0800) | ||
commit | f47f1e2ce8b4022113120b32decb4436341dc3aa | |
tree | 25c7dbb1e9f3cf122faf62d86e094ad136ad2a27 | tree | snapshot |
parent | a9e11220c2656cc5d7baac4d0735c04f9be46438 | commit | diff |
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>
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 | diff | blob | history | |
git-difftool.perl | diff | blob | history | |
t/t7800-difftool.sh | diff | blob | history |