From df21c36c1699352b45d9c0a360a5b54619401ca6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 19 Mar 2023 21:33:22 +0000 Subject: [PATCH] Update manpage and completions. Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow. --- completions/bash/brew | 1 + completions/fish/brew.fish | 1 + completions/zsh/_brew | 1 + docs/Manpage.md | 2 ++ manpages/brew.1 | 4 ++++ 5 files changed, 9 insertions(+) diff --git a/completions/bash/brew b/completions/bash/brew index 599dd1f915..3a726aa6e2 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -1697,6 +1697,7 @@ _brew_pr_pull() { --keep-old --message --no-autosquash + --no-cherry-pick --no-commit --no-upload --quiet diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 644584a378..72c301449f 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -1169,6 +1169,7 @@ __fish_brew_complete_arg 'pr-pull' -l ignore-missing-artifacts -d 'Comma-separat __fish_brew_complete_arg 'pr-pull' -l keep-old -d 'If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL' __fish_brew_complete_arg 'pr-pull' -l message -d 'Message to include when autosquashing revision bumps, deletions, and rebuilds' __fish_brew_complete_arg 'pr-pull' -l no-autosquash -d 'Skip automatically reformatting and rewording commits in the pull request to our preferred format' +__fish_brew_complete_arg 'pr-pull' -l no-cherry-pick -d 'Do not cherry-pick commits from the pull request branch' __fish_brew_complete_arg 'pr-pull' -l no-commit -d 'Do not generate a new commit before uploading' __fish_brew_complete_arg 'pr-pull' -l no-upload -d 'Download the bottles but don\'t upload them' __fish_brew_complete_arg 'pr-pull' -l quiet -d 'Make some output more quiet' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index c3723ddf3e..35ef673113 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1431,6 +1431,7 @@ _brew_pr_pull() { '--keep-old[If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL]' \ '(--no-autosquash)--message[Message to include when autosquashing revision bumps, deletions, and rebuilds]' \ '(--message)--no-autosquash[Skip automatically reformatting and rewording commits in the pull request to our preferred format]' \ + '--no-cherry-pick[Do not cherry-pick commits from the pull request branch]' \ '--no-commit[Do not generate a new commit before uploading]' \ '--no-upload[Download the bottles but don'\''t upload them]' \ '--quiet[Make some output more quiet]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 652e3bb504..9282187f04 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1360,6 +1360,8 @@ Requires write access to the repository. Download the bottles but don't upload them. * `--no-commit`: Do not generate a new commit before uploading. +* `--no-cherry-pick`: + Do not cherry-pick commits from the pull request branch. * `-n`, `--dry-run`: Print what would be done rather than doing it. * `--clean`: diff --git a/manpages/brew.1 b/manpages/brew.1 index b26da27a09..d238f444f0 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1944,6 +1944,10 @@ Download the bottles but don\'t upload them\. Do not generate a new commit before uploading\. . .TP +\fB\-\-no\-cherry\-pick\fR +Do not cherry\-pick commits from the pull request branch\. +. +.TP \fB\-n\fR, \fB\-\-dry\-run\fR Print what would be done rather than doing it\. .