reformat announce message.

todo
Junio C Hamano 2006-01-10 17:44:10 -08:00
parent afd46b3e89
commit a9ce6dc595
2 changed files with 8 additions and 4 deletions

View File

@ -12,11 +12,15 @@ git rev-parse --verify "$previous" >/dev/null || exit $?
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/
@ -25,9 +29,7 @@ The latest $kind release GIT $vername is available at the usual places:
RPMS/\$arch/git-*-$vername-1.\$arch.rpm (RPM)


BLURB HERE
BLURB HERE
BLURB HERE
BLURB HERE BLURB HERE BLURB HERE

----------------------------------------------------------------


2
TODO
View File

@ -140,6 +140,8 @@ Technical (trivial)
* 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].