summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-11-02 16:53:20 +0900
committerJunio C Hamano <gitster@pobox.com>2023-11-02 16:53:20 +0900
commitc78718c4b3b737151e7883c0c0110933f599fd07 (patch)
treec410967d020f3890b94cbae3930458875f3bdfed
parent07011e14803db7f38530efa73324ab7b385328b8 (diff)
parentfd3ba590d87145628f8ec9b00d800c652418954b (diff)
downloadgit-c78718c4b3b737151e7883c0c0110933f599fd07.tar.gz
Merge branch 'ws/git-push-doc-grammofix' into maint-2.42
Doc update. * ws/git-push-doc-grammofix: git-push.txt: fix grammar
-rw-r--r--Documentation/git-push.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt
index 297927d866..5b4edaf4a8 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -37,7 +37,7 @@ the default `<refspec>` by consulting `remote.*.push` configuration,
and if it is not found, honors `push.default` configuration to decide
what to push (See linkgit:git-config[1] for the meaning of `push.default`).
-When neither the command-line nor the configuration specify what to
+When neither the command-line nor the configuration specifies what to
push, the default behavior is used, which corresponds to the `simple`
value for `push.default`: the current branch is pushed to the
corresponding upstream branch, but as a safety measure, the push is