summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 448c81b)
raw | patch | inline | side by side (parent: 448c81b)
author | Eric Wong <normalperson@yhbt.net> | |
Fri, 3 Mar 2006 09:28:48 +0000 (01:28 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 3 Mar 2006 19:28:12 +0000 (11:28 -0800) |
--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>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-send-email.perl | patch | blob | history |
diff --git a/git-send-email.perl b/git-send-email.perl
index b0d095b4e95bb665602d3527068341f41ccdf66a..7c8d51223fd940d8e7ccfebe90046bf32f90e327 100755 (executable)
--- a/git-send-email.perl
+++ b/git-send-email.perl
"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: