aboutsummaryrefslogtreecommitdiff
path: root/git-send-email.perl
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2006-03-03 01:28:48 -0800
committerJunio C Hamano <junkio@cox.net>2006-03-03 11:28:12 -0800
commit8e69b31e0da6e5a540a3ca2ca16d59f3411385bc (patch)
tree85d422d34df389b21c8602626a2df5bd856cf735 /git-send-email.perl
parent448c81b495a8867297ad491a186371d9dda80515 (diff)
downloadgit-8e69b31e0da6e5a540a3ca2ca16d59f3411385bc.tar.gz
git-8e69b31e0da6e5a540a3ca2ca16d59f3411385bc.tar.xz
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>
Diffstat (limited to 'git-send-email.perl')
-rwxr-xr-xgit-send-email.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-send-email.perl b/git-send-email.perl
index b0d095b4e..7c8d51223 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: