Skip to content

Commit 7f7e6bb

Browse files
newrengitster
authored andcommitted
documentation: employ consistent verb tense for a list
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ce14cc0 commit 7f7e6bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/config/push.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ push.default::
3535

3636
* `tracking` - This is a deprecated synonym for `upstream`.
3737

38-
* `simple` - pushes the current branch with the same name on the remote.
38+
* `simple` - push the current branch with the same name on the remote.
3939
+
4040
If you are working on a centralized workflow (pushing to the same repository you
4141
pull from, which is typically `origin`), then you need to configure an upstream

Documentation/config/receive.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ receive.autogc::
1414

1515
receive.certNonceSeed::
1616
By setting this variable to a string, `git receive-pack`
17-
will accept a `git push --signed` and verifies it by using
17+
will accept a `git push --signed` and verify it by using
1818
a "nonce" protected by HMAC using this string as a secret
1919
key.
2020

Documentation/git-rev-parse.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ for another option.
156156
are not refs (i.e. branch or tag names; or more
157157
explicitly disambiguating "heads/master" form, when you
158158
want to name the "master" branch when there is an
159-
unfortunately named tag "master"), and show them as full
159+
unfortunately named tag "master"), and shows them as full
160160
refnames (e.g. "refs/heads/master").
161161

162162
Options for Objects

0 commit comments

Comments
 (0)