request-pull: capitalise "Git" to make it a proper noun
Of the many ways to spell the three-letter word, the variant "Git" should be used when referring to a repository in a description; or, in general, when it is used as a proper noun. We thus change the pull-request template message so that it reads "...in the Git repository at:" Besides, this brings us in line with the documentation, see Documentation/howto/using-signed-tag-in-pull-request.txt Signed-off-by: Ann T Ropea <bedhanger@gmx.de> Acked-by: Jonathan Nieder <jrnieder@gmail.com> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Ann T Ropea committed
Oct 3, 2017 at 00:08 UTC
e66d7c37a5f123f1dcede06ac0e11f9254c3ef46
2 files changed
+3
-3
git-request-pull.sh
+1
-1
@@ -128,7 +128,7 @@ git show -s --format='The following changes since commit %H:
128
129
%s (%ci)
130
131
-are available in the git repository at:
131
+are available in the Git repository at:
132
' $merge_base &&
133
echo " $url $pretty_remote" &&
134
git show -s --format='
t/t5150-request-pull.sh
+2
-2
@@ -68,7 +68,7 @@ test_expect_success 'setup: two scripts for reading pull requests' '
68
cat <<-\EOT >read-request.sed &&
69
#!/bin/sed -nf
70
# Note that a request could ask for "tag $tagname"
71
- / in the git repository at:$/!d
71
+ / in the Git repository at:$/!d
72
n
73
/^$/ n
74
s/ tag \([^ ]*\)$/ tag--\1/
@@ -192,7 +192,7 @@ test_expect_success 'pull request format' '
192
193
SUBJECT (DATE)
194
195
- are available in the git repository at:
195
+ are available in the Git repository at:
196
197
URL BRANCH
198