Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-11-02 10:53:28 +0300
committerJunio C Hamano <gitster@pobox.com>2023-11-02 10:53:28 +0300
commitb8e45c5aa285ef7fbc7d59fb282ea0b7fb2fabf6 (patch)
tree86fcd34f06566a062a552f5c859832da757a486d
parentfdb233cefbc5159ebef6cefc3987b48cce6d79a4 (diff)
parentf6d83e21159ce8e9f7c57516e509c2ad251d82c0 (diff)
Merge branch 'ms/doc-push-fix' into maint-2.42
Docfix. * ms/doc-push-fix: git-push doc: more visibility for -q option
-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 5b4edaf4a8..003bc7d9ce 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -10,7 +10,7 @@ SYNOPSIS
--------
[verse]
'git push' [--all | --branches | --mirror | --tags] [--follow-tags] [--atomic] [-n | --dry-run] [--receive-pack=<git-receive-pack>]
- [--repo=<repository>] [-f | --force] [-d | --delete] [--prune] [-v | --verbose]
+ [--repo=<repository>] [-f | --force] [-d | --delete] [--prune] [-q | --quiet] [-v | --verbose]
[-u | --set-upstream] [-o <string> | --push-option=<string>]
[--[no-]signed|--signed=(true|false|if-asked)]
[--force-with-lease[=<refname>[:<expect>]] [--force-if-includes]]