]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/SE: drop hardcoded to: address
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2013 15:20:26 +0000 (07:20 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2013 15:20:26 +0000 (07:20 -0800)
SE

diff --git a/SE b/SE
index 14e6b71bf6e047aa52e057e56e6f8bd9790c49db..1a5cb6d9e54ce8cacf839942a76939b136e6a615 100755 (executable)
--- a/SE
+++ b/SE
@@ -2,7 +2,6 @@
 
 me='Junio C Hamano <gitster@pobox.com>'
 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 \
        "$@"