]> git.ipfire.org Git - thirdparty/git.git/commitdiff
SE: use the newer Cc suppression scheme
authorJunio C Hamano <gitster@pobox.com>
Thu, 19 Jun 2008 07:20:21 +0000 (00:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Jun 2008 07:20:21 +0000 (00:20 -0700)
SE

diff --git a/SE b/SE
index 067f2acbff1202401c64287f37e463038af96336..d48a919a9c02cc973a42936a7d3a3b4bc2bf40f4 100755 (executable)
--- a/SE
+++ b/SE
@@ -28,8 +28,7 @@ git send-email \
        --from="$me" \
        --envelope-sender="$me" \
        --to="$to" \
-       --no-signed-off-cc \
-       --suppress-from \
+       --suppress-cc=all \
        --smtp-server=$smtp \
        $dryrun \
        "$@"