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 <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:

committed by
Junio C Hamano

parent
448c81b495
commit
8e69b31e0d
@ -54,7 +54,7 @@ my $rc = GetOptions("from=s" => \$from,
|
|||||||
"compose" => \$compose,
|
"compose" => \$compose,
|
||||||
"quiet" => \$quiet,
|
"quiet" => \$quiet,
|
||||||
"suppress-from" => \$suppress_from,
|
"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:
|
# Now, let's fill any that aren't set in with defaults:
|
||||||
|
Reference in New Issue
Block a user