Skip to content

Commit

Permalink
send-email: accept --no-signed-off-by-cc as the documentation states
Browse files Browse the repository at this point in the history
--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>
  • Loading branch information
Eric Wong authored and Junio C Hamano committed Mar 3, 2006
1 parent 448c81b commit 8e69b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-send-email.perl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"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:
Expand Down

0 comments on commit 8e69b31

Please sign in to comment.