Skip to content

Commit

Permalink
Merge pull request #12855 from Homebrew/update-man-completions
Browse files Browse the repository at this point in the history
Update maintainers, manpage and completions.
  • Loading branch information
MikeMcQuaid committed Feb 9, 2022
2 parents 2e6b225 + 05765c7 commit 3d0d32e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion completions/bash/brew
Expand Up @@ -1577,7 +1577,6 @@ _brew_pr_pull() {
-*)
__brewcomp "
--artifact
--autosquash
--branch-okay
--clean
--committer
Expand All @@ -1587,6 +1586,7 @@ _brew_pr_pull() {
--ignore-missing-artifacts
--keep-old
--message
--no-autosquash
--no-commit
--no-upload
--quiet
Expand Down
2 changes: 1 addition & 1 deletion completions/fish/brew.fish
Expand Up @@ -1092,7 +1092,6 @@ __fish_brew_complete_arg 'pr-publish' -l workflow -d 'Target workflow filename (

__fish_brew_complete_cmd 'pr-pull' 'Download and publish bottles, and apply the bottle commit from a pull request with artifacts generated by GitHub Actions'
__fish_brew_complete_arg 'pr-pull' -l artifact -d 'Download artifacts with the specified name (default: `bottles`)'
__fish_brew_complete_arg 'pr-pull' -l autosquash -d 'Automatically reformat and reword commits in the pull request to our preferred format'
__fish_brew_complete_arg 'pr-pull' -l branch-okay -d 'Do not warn if pulling to a branch besides the repository default (useful for testing)'
__fish_brew_complete_arg 'pr-pull' -l clean -d 'Do not amend the commits from pull requests'
__fish_brew_complete_arg 'pr-pull' -l committer -d 'Specify a committer name and email in `git`\'s standard author format'
Expand All @@ -1102,6 +1101,7 @@ __fish_brew_complete_arg 'pr-pull' -l help -d 'Show this message'
__fish_brew_complete_arg 'pr-pull' -l ignore-missing-artifacts -d 'Comma-separated list of workflows which can be ignored if they have not been run'
__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-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'
Expand Down
10 changes: 5 additions & 5 deletions completions/zsh/_brew
Expand Up @@ -1325,8 +1325,8 @@ _brew_pr_publish() {
'--branch[Branch to publish to (default: `master`)]' \
'--debug[Display any debugging information]' \
'--help[Show this message]' \
'--message[Message to include when autosquashing revision bumps, deletions, and rebuilds]' \
'--no-autosquash[Skip automatically reformatting and rewording commits in the pull request to the preferred format, even if supported on the target tap]' \
'(--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 the preferred format, even if supported on the target tap]' \
'--quiet[Make some output more quiet]' \
'--tap[Target tap repository (default: `homebrew/core`)]' \
'--verbose[Make some output more verbose]' \
Expand All @@ -1337,16 +1337,16 @@ _brew_pr_publish() {
_brew_pr_pull() {
_arguments \
'--artifact[Download artifacts with the specified name (default: `bottles`)]' \
'(--clean)--autosquash[Automatically reformat and reword commits in the pull request to our preferred format]' \
'--branch-okay[Do not warn if pulling to a branch besides the repository default (useful for testing)]' \
'(--autosquash)--clean[Do not amend the commits from pull requests]' \
'--clean[Do not amend the commits from pull requests]' \
'--committer[Specify a committer name and email in `git`'\''s standard author format]' \
'--debug[Display any debugging information]' \
'--dry-run[Print what would be done rather than doing it]' \
'--help[Show this message]' \
'--ignore-missing-artifacts[Comma-separated list of workflows which can be ignored if they have not been run]' \
'--keep-old[If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL]' \
'--message[Message to include when autosquashing revision bumps, deletions, and rebuilds]' \
'(--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-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]' \
Expand Down
4 changes: 2 additions & 2 deletions docs/Manpage.md
Expand Up @@ -1276,8 +1276,8 @@ Requires write access to the repository.
Do not amend the commits from pull requests.
* `--keep-old`:
If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL.
* `--autosquash`:
Automatically reformat and reword commits in the pull request to our preferred format.
* `--no-autosquash`:
Skip automatically reformatting and rewording commits in the pull request to our preferred format.
* `--branch-okay`:
Do not warn if pulling to a branch besides the repository default (useful for testing).
* `--resolve`:
Expand Down
4 changes: 2 additions & 2 deletions manpages/brew.1
Expand Up @@ -1810,8 +1810,8 @@ Do not amend the commits from pull requests\.
If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL\.
.
.TP
\fB\-\-autosquash\fR
Automatically reformat and reword commits in the pull request to our preferred format\.
\fB\-\-no\-autosquash\fR
Skip automatically reformatting and rewording commits in the pull request to our preferred format\.
.
.TP
\fB\-\-branch\-okay\fR
Expand Down

0 comments on commit 3d0d32e

Please sign in to comment.