Skip to content

Commit

Permalink
Merge branch 'ms/doc-push-fix' into maint-2.42
Browse files Browse the repository at this point in the history
Docfix.

* ms/doc-push-fix:
  git-push doc: more visibility for -q option
  • Loading branch information
gitster committed Nov 2, 2023
2 parents fdb233c + f6d83e2 commit b8e45c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-push.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit b8e45c5

Please sign in to comment.