We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d91f62 commit 0ac08deCopy full SHA for 0ac08de
Announce
@@ -68,7 +68,7 @@ fi
68
69
cat <<EOF
70
71
-Also the following public repositories all have a copy of the $relname
+The following public repositories all have a copy of the $relname
72
tag and the $branch branch that the tag points at:
73
74
url = https://kernel.googlesource.com/pub/scm/git/git
@@ -80,6 +80,13 @@ tag and the $branch branch that the tag points at:
80
81
EOF
82
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
90
RelNotes=$(git cat-file blob "${branch}:RelNotes") &&
91
git cat-file blob "${branch}:$RelNotes" |
92
case "$relname" in
0 commit comments