]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-push doc: more visibility for -q option
authorMichal Suchanek <msuchanek@suse.de>
Fri, 20 Oct 2023 18:45:21 +0000 (20:45 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Oct 2023 22:13:38 +0000 (15:13 -0700)
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>
Documentation/git-push.txt

index 297927d866789c16fdb7f50bf05e735e376166bc..b5d76604cb8e638a5a77102cc454ed295edddd12 100644 (file)
@@ -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]]