diff: allow --no-patch as synonym for -s
commitd09cd15d19de23aca532a85f6d27a71b2baceb3f
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Tue, 16 Jul 2013 08:05:36 +0000 (16 10:05 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Jul 2013 00:50:56 +0000 (17 17:50 -0700)
tree83ba6d8aa00c4b0d7ae10500fa04cfaf1ee4d155
parent8ade9b140f099540bcdec5bcf660faaf05b5e3ee
diff: allow --no-patch as synonym for -s

This follows the usual convention of having a --no-foo option to negate
--foo.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt
diff.c
t/t4000-diff-format.sh