From: Junio C Hamano Date: Thu, 19 Jun 2008 07:20:21 +0000 (-0700) Subject: SE: use the newer Cc suppression scheme X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ac04a489c888d8b47a09c7ce01ead800f8ac40;p=thirdparty%2Fgit.git SE: use the newer Cc suppression scheme --- 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 \ "$@"