2222case " $vername " in
2323* -rc[0-9]* )
2424 rpmroot=testing
25- vername=$( echo " $vername " | tr " -" " ." )
2625 case " $vername " in
2726 * -rc0)
28- kind=" An early preview"
27+ kind=" An early preview release "
2928 ;;
3029 * )
3130 kind=" A release candidate"
@@ -39,6 +38,8 @@ case "$vername" in
3938 ;;
4039esac
4140
41+ vername=$( echo " $vername " | tr " -" " ." )
42+
4243cat << EOF
4344To: git@vger.kernel.org
4445Cc: Linux Kernel <linux-kernel@vger.kernel.org>
@@ -51,25 +52,14 @@ fmt -68 <<EOF
5152$kind Git $relname is now available$for_testing at the usual places.
5253EOF
5354
54- cat << \EOF
55-
56- The release tarballs are found at:
57-
58- http://code.google.com/p/git-core/downloads/list
59-
60- and their SHA-1 checksums are:
55+ cat << EOF
6156
62- EOF
57+ The tarballs are found at:
6358
64- if test -f git-$vername .sign
65- then
66- sed -e ' 1,/^$/d' -e ' /^-----BEGIN PGP SIGNATURE/,$d' git-$vername .sign
67- fi
59+ https://www.kernel.org/pub/software/scm/git/${for_testing+testing/ }
6860
69- cat << EOF
70-
71- The following public repositories all have a copy of the $relname
72- tag and the $branch branch that the tag points at:
61+ The following public repositories all have a copy of the '$relname '
62+ tag and the '$branch ' branch that the tag points at:
7363
7464 url = https://kernel.googlesource.com/pub/scm/git/git
7565 url = git://repo.or.cz/alt-git.git
@@ -80,18 +70,12 @@ tag and the $branch branch that the tag points at:
8070
8171EOF
8272
83- test -n " $for_testing " ||
84- cat << EOF
85- Also, http://www.kernel.org/pub/software/scm/git/ has copies of the
86- release tarballs.
87-
88- EOF
89-
9073RelNotes=$( git cat-file blob " ${branch} :RelNotes" ) &&
9174git cat-file blob " ${branch} :$RelNotes " |
9275case " $relname " in
9376* -rc[0-9]* )
94- sed -e ' s/^Git .* Release Notes$/& (draft)/'
77+ sed -e ' s/^Git .* Release Notes$/& (draft)/' \
78+ -e ' s/^=============/&========/'
9579 ;;
9680* )
9781 cat
10892
10993git log --no-merges " $previous " .." $branch " |
11094git shortlog
111-
0 commit comments