Skip to content

Commit e66d7c3

Browse files
bedhangergitster
authored andcommitted
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 <[email protected]> Acked-by: Jonathan Nieder <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9752ad0 commit e66d7c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

git-request-pull.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ git show -s --format='The following changes since commit %H:
128128
129129
%s (%ci)
130130
131-
are available in the git repository at:
131+
are available in the Git repository at:
132132
' $merge_base &&
133133
echo " $url $pretty_remote" &&
134134
git show -s --format='

t/t5150-request-pull.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test_expect_success 'setup: two scripts for reading pull requests' '
6868
cat <<-\EOT >read-request.sed &&
6969
#!/bin/sed -nf
7070
# Note that a request could ask for "tag $tagname"
71-
/ in the git repository at:$/!d
71+
/ in the Git repository at:$/!d
7272
n
7373
/^$/ n
7474
s/ tag \([^ ]*\)$/ tag--\1/
@@ -192,7 +192,7 @@ test_expect_success 'pull request format' '
192192
193193
SUBJECT (DATE)
194194
195-
are available in the git repository at:
195+
are available in the Git repository at:
196196
197197
URL BRANCH
198198

0 commit comments

Comments
 (0)