diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-10-30 07:09:59 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-10-30 07:09:59 +0900 |
| commit | 3adc25a695e4dbcc925d883d5de32c6aeb0931b2 (patch) | |
| tree | 42e7d697835cc03a9000e67712734ab209798a9a | |
| parent | Merge branch 'jk/send-email-fix-addresses-from-composed-messages' (diff) | |
| parent | git-push doc: more visibility for -q option (diff) | |
| download | git-3adc25a695e4dbcc925d883d5de32c6aeb0931b2.tar.gz git-3adc25a695e4dbcc925d883d5de32c6aeb0931b2.zip | |
Merge branch 'ms/doc-push-fix'
Docfix.
* ms/doc-push-fix:
git-push doc: more visibility for -q option
| -rw-r--r-- | Documentation/git-push.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index c12caedbb1..9b7cfbc5c1 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]] |
