]> git.ipfire.org Git - thirdparty/git.git/commitdiff
documentation: employ consistent verb tense for a list
authorElijah Newren <newren@gmail.com>
Sun, 8 Oct 2023 06:45:10 +0000 (06:45 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Oct 2023 19:06:29 +0000 (12:06 -0700)
Diff best viewed with --color-diff.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/push.txt
Documentation/config/receive.txt
Documentation/git-rev-parse.txt

index 43338b65e843dd93b6373cc2edfe3600f7bf200d..dbaf930f01bbe4dac31b35f4bdb556bb05f73a6b 100644 (file)
@@ -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
index ae526cbf5841c39e237d13e8da219b6da527f3b1..c77e55b1cdd217e062450679920223a733995f77 100644 (file)
@@ -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.
 
index 2294e9a519a8d26b0bd626d47227d002338096fa..7b3ce3012e370d8276a9b9950922bf24d1121a34 100644 (file)
@@ -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