From: Eric Wong Date: Fri, 3 Mar 2006 09:28:48 +0000 (-0800) Subject: send-email: accept --no-signed-off-by-cc as the documentation states X-Git-Tag: v1.3.0-rc1~69 X-Git-Url: https://git.octo.it/?p=git.git;a=commitdiff_plain;h=8e69b31e0da6e5a540a3ca2ca16d59f3411385bc send-email: accept --no-signed-off-by-cc as the documentation states --no-signed-off-cc is still supported, for backwards compatibility Signed-off-by: Eric Wong Signed-off-by: Junio C Hamano --- diff --git a/git-send-email.perl b/git-send-email.perl index b0d095b4..7c8d5122 100755 --- a/git-send-email.perl +++ b/git-send-email.perl @@ -54,7 +54,7 @@ my $rc = GetOptions("from=s" => \$from, "compose" => \$compose, "quiet" => \$quiet, "suppress-from" => \$suppress_from, - "no-signed-off-cc" => \$no_signed_off_cc, + "no-signed-off-cc|no-signed-off-by-cc" => \$no_signed_off_cc, ); # Now, let's fill any that aren't set in with defaults: