We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5bf12 commit 4785574Copy full SHA for 4785574
Announce
@@ -61,7 +61,7 @@ EOF
61
62
fmt -68 <<EOF
63
$kind Git $relname is now available$for_testing at the usual places.
64
-It comprises of $cnt non-merge commits since $previous,
+It is comprised of $cnt non-merge commits since $previous,
65
contributed by $all people, $new of which are new faces.
66
EOF
67
@@ -96,7 +96,7 @@ fmt_people () {
96
97
cat <<EOF
98
99
-New contributors who appeared first in this release are as follows.
+New contributors whose contributions weren't in $previous are as follows.
100
Welcome to the Git development community!
101
102
$(fmt_people "$tmpbase.new")
0 commit comments