From: Junio C Hamano Date: Mon, 25 Feb 2013 15:20:26 +0000 (-0800) Subject: Meta/SE: drop hardcoded to: address X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29c9bd2ee043529b62e7464ca01bd0361dc577e3;p=thirdparty%2Fgit.git Meta/SE: drop hardcoded to: address --- diff --git a/SE b/SE index 14e6b71bf6..1a5cb6d9e5 100755 --- a/SE +++ b/SE @@ -2,7 +2,6 @@ me='Junio C Hamano ' smtp='/usr/bin/msmtp' -to='git@vger.kernel.org' #to='junkio@cox.net' #smtp=/var/tmp/smtp-server @@ -31,7 +30,6 @@ done git send-email \ --from="$me" \ --envelope-sender="$me" \ - --to="$to" \ --smtp-server=$smtp \ $dryrun \ "$@"