aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-push.txt
diff options
context:
space:
mode:
authorMichal Suchanek <msuchanek@suse.de>2023-10-20 20:45:21 +0200
committerJunio C Hamano <gitster@pobox.com>2023-10-20 15:13:38 -0700
commitf6d83e21159ce8e9f7c57516e509c2ad251d82c0 (patch)
tree6ac994608e1993fc8efd037648232924ab91fcd7 /Documentation/git-push.txt
parent43c8a30d150ecede9709c1f2527c8fba92c65f40 (diff)
downloadgit-f6d83e21159ce8e9f7c57516e509c2ad251d82c0.tar.gz
git-push doc: more visibility for -q option
The "-v" option is shown in the SYNOPSIS section near the top, but "-q" is not shown anywhere there. List "-q" alongside "-v". Signed-off-by: Michal Suchanek <msuchanek@suse.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-push.txt')
-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..b5d76604cb 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]]