diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-10-05 06:48:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-05 06:48:21 +0200 |
commit | af663995105557d4cf9f1d9b2b28af9c02a20cd6 (patch) | |
tree | 4085f81edc637113df472b8d84fed33ca7f30711 /t | |
parent | Merge branch 'rs/run-command-use-alloc-array' (diff) | |
parent | request-pull: capitalise "Git" to make it a proper noun (diff) | |
download | git-af663995105557d4cf9f1d9b2b28af9c02a20cd6.tar.xz git-af663995105557d4cf9f1d9b2b28af9c02a20cd6.zip |
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
Diffstat (limited to 't')
-rwxr-xr-x | t/t5150-request-pull.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t5150-request-pull.sh b/t/t5150-request-pull.sh index 82c33b88e7..08c210f035 100755 --- a/t/t5150-request-pull.sh +++ b/t/t5150-request-pull.sh @@ -68,7 +68,7 @@ test_expect_success 'setup: two scripts for reading pull requests' ' cat <<-\EOT >read-request.sed && #!/bin/sed -nf # Note that a request could ask for "tag $tagname" - / in the git repository at:$/!d + / in the Git repository at:$/!d n /^$/ n s/ tag \([^ ]*\)$/ tag--\1/ @@ -192,7 +192,7 @@ test_expect_success 'pull request format' ' SUBJECT (DATE) - are available in the git repository at: + are available in the Git repository at: URL BRANCH |