]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/WC, Meta/WI: drop extra headers.
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2007 08:31:15 +0000 (01:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2007 08:31:15 +0000 (01:31 -0700)
WC
WI

diff --git a/WC b/WC
index 15afe2372179af7a56c4a19cff090cabddd21ad3..5391f7b1ac8abfb8cfeef78264bb8ea629dd896b 100755 (executable)
--- a/WC
+++ b/WC
@@ -6,12 +6,9 @@ next_at=$(git rev-parse --verify refs/heads/next)
 
 
 cat <<EOF
-From: Junio C Hamano <junkio@cox.net>
 Subject: What's cooking in git.git (topics)
 X-master-at: $master_at
 X-next-at: $next_at
-Content-Type: text/plain; charset=utf-8
-Content-Transfer-Encoding: 8bit
 
 Here are the topics that have been cooking.  Commits prefixed
 with '-' are only in 'pu' while commits prefixed with '+' are
diff --git a/WI b/WI
index f065b8979a299ce5814dcc68c297ea4d72e08c77..99becb1a03f19ad0043d20bbe4b724a42f135aec 100755 (executable)
--- a/WI
+++ b/WI
@@ -8,12 +8,9 @@ log () {
        git shortlog -w70,2,6 --no-merges "$@"
 }
 
-echo "From: Junio C Hamano <junkio@cox.net>"
 echo "Subject: What's in git.git (stable)"
 echo "X-maint-at: $maint_at"
 echo "X-master-at: $master_at"
-echo "Content-Type: text/plain; charset=utf-8"
-echo "Content-Transfer-Encoding: 8bit"
 
 tagged=`git rev-parse --not --verify hold/sa/maint`
 list=`git-rev-list $tagged refs/heads/maint 2>/dev/null`