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
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`