Found 1 matching messages (0.406 seconds). Page 1 of 1.
Up to now the sender is added to the Cc: list for Signed-off-by and Cc ... -email.perl +++ b/git-send-email.perl @@ -646,9 +646,11 @@ foreach my $t (@files) { if (/^(Signed-off-by|Cc): (.*)$/i && $signed_off_cc) { my $c = $2; chomp $c; - ...
git - ukleinek - Aug 7 2007 - 09:12