Meta/WC, Meta/WI: drop extra headers.
Junio C Hamano committed
Oct 30, 2007 at 01:31 UTC
90f98a4f32bdf3b6424c37f77e9ab507d6c2d930
2 files changed
-6
WC
-3
index 15afe23721..5391f7b1ac 100755
--- 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
WI
-3
index f065b8979a..99becb1a03 100755
--- 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`