diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-11-02 08:53:28 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-11-02 08:53:28 +0100 |
commit | b8e45c5aa285ef7fbc7d59fb282ea0b7fb2fabf6 (patch) | |
tree | 86fcd34f06566a062a552f5c859832da757a486d /Documentation/git-push.txt | |
parent | Merge branch 'jc/commit-new-underscore-index-fix' into maint-2.42 (diff) | |
parent | git-push doc: more visibility for -q option (diff) | |
download | git-b8e45c5aa285ef7fbc7d59fb282ea0b7fb2fabf6.tar.xz git-b8e45c5aa285ef7fbc7d59fb282ea0b7fb2fabf6.zip |
Merge branch 'ms/doc-push-fix' into maint-2.42
Docfix.
* ms/doc-push-fix:
git-push doc: more visibility for -q option
Diffstat (limited to 'Documentation/git-push.txt')
-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 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]] |