aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2014-01-16 07:55:19 +0200
committerMichael S. Tsirkin <mst@redhat.com>2014-05-18 23:24:34 +0300
commite1af31bea9f8296fae60f7feda53654839e20913 (patch)
tree906100bcd84c5faefd42110928a391ae80c6f2ec
parent6bd531455d40c1444d92444af7d291c9cbfcc45a (diff)
downloadgit-e1af31bea9f8296fae60f7feda53654839e20913.tar.gz
fixup! git send-email: include [anything]-by: signatures
-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 3bc46603f3..4c138a2631 100755
--- a/git-send-email.perl
+++ b/git-send-email.perl
@@ -1409,7 +1409,7 @@ foreach my $t (@files) {
if ($sc eq $sender) {
next if ($suppress_cc{'self'});
} else {
- next if $suppress_cc{'sob'} and $what =~ /Signed-off-by/i;
+ next if $suppress_cc{'sob'} and $what =~ /^([A-Za-z-]*-by)/i;
next if $suppress_cc{'bodycc'} and $what =~ /Cc/i;
}
push @cc, $c;