From 08ac04a489c888d8b47a09c7ce01ead800f8ac40 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 19 Jun 2008 00:20:21 -0700 Subject: [PATCH] SE: use the newer Cc suppression scheme --- SE | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SE b/SE index 067f2acbff..d48a919a9c 100755 --- 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 \ "$@"