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
@@ -6,12 +6,9 @@ next_at=$(git rev-parse --verify refs/heads/next)
6
7
8
cat <<EOF
9
-From: Junio C Hamano <junkio@cox.net>
9
Subject: What's cooking in git.git (topics)
10
X-master-at: $master_at
11
X-next-at: $next_at
13
-Content-Type: text/plain; charset=utf-8
14
-Content-Transfer-Encoding: 8bit
12
13
Here are the topics that have been cooking. Commits prefixed
14
with '-' are only in 'pu' while commits prefixed with '+' are
WI
-3
@@ -8,12 +8,9 @@ log () {
8
git shortlog -w70,2,6 --no-merges "$@"
9
}
10
11
-echo "From: Junio C Hamano <junkio@cox.net>"
11
echo "Subject: What's in git.git (stable)"
12
echo "X-maint-at: $maint_at"
13
echo "X-master-at: $master_at"
15
-echo "Content-Type: text/plain; charset=utf-8"
16
-echo "Content-Transfer-Encoding: 8bit"
14
15
tagged=`git rev-parse --not --verify hold/sa/maint`
16
list=`git-rev-list $tagged refs/heads/maint 2>/dev/null`