SE: use the newer Cc suppression scheme

Junio C Hamano committed Jun 19, 2008 at 00:20 UTC 08ac04a489c888d8b47a09c7ce01ead800f8ac40
1 file changed +1 -2
SE
+1 -2
@@ -28,8 +28,7 @@ git send-email \
28 --from="$me" \
29 --envelope-sender="$me" \
30 --to="$to" \
31 - --no-signed-off-cc \
32 - --suppress-from \
31 + --suppress-cc=all \
32 --smtp-server=$smtp \
33 $dryrun \
34 "$@"