Skip to content

Commit

Permalink
documentation: employ consistent verb tense for a list
Browse files Browse the repository at this point in the history
Diff best viewed with --color-diff.

Signed-off-by: Elijah Newren <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
newren authored and gitster committed Oct 9, 2023
1 parent ce14cc0 commit 7f7e6bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/config/push.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ push.default::

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

* `simple` - pushes the current branch with the same name on the remote.
* `simple` - push the current branch with the same name on the remote.
+
If you are working on a centralized workflow (pushing to the same repository you
pull from, which is typically `origin`), then you need to configure an upstream
Expand Down
2 changes: 1 addition & 1 deletion Documentation/config/receive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ receive.autogc::

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

Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-rev-parse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ for another option.
are not refs (i.e. branch or tag names; or more
explicitly disambiguating "heads/master" form, when you
want to name the "master" branch when there is an
unfortunately named tag "master"), and show them as full
unfortunately named tag "master"), and shows them as full
refnames (e.g. "refs/heads/master").

Options for Objects
Expand Down

0 comments on commit 7f7e6bb

Please sign in to comment.