From: Junio C Hamano Date: Tue, 30 Oct 2007 08:31:15 +0000 (-0700) Subject: Meta/WC, Meta/WI: drop extra headers. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90f98a4f32bdf3b6424c37f77e9ab507d6c2d930;p=thirdparty%2Fgit.git Meta/WC, Meta/WI: drop extra headers. --- 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`