From 90f98a4f32bdf3b6424c37f77e9ab507d6c2d930 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 30 Oct 2007 01:31:15 -0700 Subject: [PATCH] Meta/WC, Meta/WI: drop extra headers. --- WC | 3 --- WI | 3 --- 2 files changed, 6 deletions(-) diff --git a/WC b/WC index 15afe23721..5391f7b1ac 100755 --- a/WC +++ b/WC @@ -6,12 +6,9 @@ next_at=$(git rev-parse --verify refs/heads/next) cat < 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 f065b8979a..99becb1a03 100755 --- a/WI +++ b/WI @@ -8,12 +8,9 @@ log () { git shortlog -w70,2,6 --no-merges "$@" } -echo "From: Junio C Hamano " 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` -- 2.11.4.GIT