Skip to content

Commit af66399

Browse files
committed
Merge branch 'ar/request-pull-phrasofix'
Spell the name of our system as "Git" in the output from request-pull script. * ar/request-pull-phrasofix: request-pull: capitalise "Git" to make it a proper noun
2 parents d5d5295 + e66d7c3 commit af66399

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)