case "$branch" in
maint)
kind="maintenance" ;;
+mainto/*)
+ kind="obsolete maintenance" ;;
master)
kind="feature" ;;
esac
-cat <<EOF
+fmt -64 <<EOF
+Subject: [ANNOUNCE] GIT $vername
+
The latest $kind release GIT $vername is available at the usual places:
http://www.kernel.org/pub/software/scm/git/
RPMS/\$arch/git-*-$vername-1.\$arch.rpm (RPM)
-BLURB HERE
-BLURB HERE
-BLURB HERE
+BLURB HERE BLURB HERE BLURB HERE
----------------------------------------------------------------
* Daemon --base-path forbidding user-path automatically feels
wrong. If somebody cares enough, accept patches.
+* git-proxy should be spawned with sh -c 'command' $1 $2.
+
* Versioning scheme. The next maintenance installment will be
1.0.3 not 1.0.0c. The next feature release would be 1.1.0 [DONE].