From ccda7a5de12946c8993e29c375d7e33b9bb64430 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 10 Sep 2025 17:22:49 +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 | 3 ++- completions/zsh/_brew | 3 ++- docs/Manpage.md | 16 +++++++++++----- manpages/brew.1 | 5 ++++- 5 files changed, 20 insertions(+), 8 deletions(-) diff --git a/completions/bash/brew b/completions/bash/brew index d4a22fa561..99aeca8611 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -818,6 +818,7 @@ _brew_contributions() { --debug --from --help + --organisation --quiet --repositories --to diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index b27387dbc5..242886064d 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -602,8 +602,9 @@ __fish_brew_complete_arg 'contributions' -l csv -d 'Print a CSV of contributions __fish_brew_complete_arg 'contributions' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'contributions' -l from -d 'Date (ISO 8601 format) to start searching contributions. Omitting this flag searches the past year' __fish_brew_complete_arg 'contributions' -l help -d 'Show this message' +__fish_brew_complete_arg 'contributions' -l organisation -d 'Specify the organisation to populate sources repositories from. Omitting this flag searches the Homebrew primary repositories' __fish_brew_complete_arg 'contributions' -l quiet -d 'Make some output more quiet' -__fish_brew_complete_arg 'contributions' -l repositories -d 'Specify a comma-separated list of repositories to search. Supported repositories: `brew`, `core`, `cask`, `command-not-found` and `test-bot`. Omitting this flag, or specifying `--repositories=primary`, searches only the main repositories: `brew`, `core`, `cask`. Specifying `--repositories=all` searches all repositories. ' +__fish_brew_complete_arg 'contributions' -l repositories -d 'Specify a comma-separated list of repositories to search. All repositories must be under the same user or organisation. Omitting this flag, or specifying `--repositories=primary`, searches only the main repositories: `Homebrew/brew`, `Homebrew/homebrew-core`, `Homebrew/homebrew-cask`. Specifying `--repositories=all` searches all non-deprecated Homebrew repositories. ' __fish_brew_complete_arg 'contributions' -l to -d 'Date (ISO 8601 format) to stop searching contributions' __fish_brew_complete_arg 'contributions' -l user -d 'Specify a comma-separated list of GitHub usernames or email addresses to find contributions from. Omitting this flag searches Homebrew maintainers' __fish_brew_complete_arg 'contributions' -l verbose -d 'Make some output more verbose' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 8f3409c0ac..d87643f269 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -769,8 +769,9 @@ _brew_contributions() { '--debug[Display any debugging information]' \ '--from[Date (ISO 8601 format) to start searching contributions. Omitting this flag searches the past year]' \ '--help[Show this message]' \ + '(--repositories)--organisation[Specify the organisation to populate sources repositories from. Omitting this flag searches the Homebrew primary repositories]' \ '--quiet[Make some output more quiet]' \ - '--repositories[Specify a comma-separated list of repositories to search. Supported repositories: `brew`, `core`, `cask`, `command-not-found` and `test-bot`. Omitting this flag, or specifying `--repositories=primary`, searches only the main repositories: `brew`, `core`, `cask`. Specifying `--repositories=all` searches all repositories. ]' \ + '(--organisation)--repositories[Specify a comma-separated list of repositories to search. All repositories must be under the same user or organisation. Omitting this flag, or specifying `--repositories=primary`, searches only the main repositories: `Homebrew/brew`, `Homebrew/homebrew-core`, `Homebrew/homebrew-cask`. Specifying `--repositories=all` searches all non-deprecated Homebrew repositories. ]' \ '--to[Date (ISO 8601 format) to stop searching contributions]' \ '--user[Specify a comma-separated list of GitHub usernames or email addresses to find contributions from. Omitting this flag searches Homebrew maintainers]' \ '--verbose[Make some output more verbose]' diff --git a/docs/Manpage.md b/docs/Manpage.md index 6fd7bd615f..0817324d04 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -2414,11 +2414,17 @@ Summarise contributions to Homebrew repositories. `--repositories` -: Specify a comma-separated list of repositories to search. Supported - repositories: `brew`, `core`, `cask`, `command-not-found` and `test-bot`. - Omitting this flag, or specifying `--repositories=primary`, searches only the - main repositories: `brew`, `core`, `cask`. Specifying `--repositories=all` - searches all repositories. +: Specify a comma-separated list of repositories to search. All repositories + must be under the same user or organisation. Omitting this flag, or specifying + `--repositories=primary`, searches only the main repositories: + `Homebrew/brew`, `Homebrew/homebrew-core`, `Homebrew/homebrew-cask`. + Specifying `--repositories=all` searches all non-deprecated Homebrew + repositories. + +`--organisation` + +: Specify the organisation to populate sources repositories from. Omitting this + flag searches the Homebrew primary repositories. `--from` diff --git a/manpages/brew.1 b/manpages/brew.1 index d5ee576ec9..31ccbadb6c 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1515,7 +1515,10 @@ Summarise contributions to Homebrew repositories\. Specify a comma\-separated list of GitHub usernames or email addresses to find contributions from\. Omitting this flag searches Homebrew maintainers\. .TP \fB\-\-repositories\fP -Specify a comma\-separated list of repositories to search\. Supported repositories: \fBbrew\fP, \fBcore\fP, \fBcask\fP, \fBcommand\-not\-found\fP and \fBtest\-bot\fP\&\. Omitting this flag, or specifying \fB\-\-repositories=primary\fP, searches only the main repositories: \fBbrew\fP, \fBcore\fP, \fBcask\fP\&\. Specifying \fB\-\-repositories=all\fP searches all repositories\. +Specify a comma\-separated list of repositories to search\. All repositories must be under the same user or organisation\. Omitting this flag, or specifying \fB\-\-repositories=primary\fP, searches only the main repositories: \fBHomebrew/brew\fP, \fBHomebrew/homebrew\-core\fP, \fBHomebrew/homebrew\-cask\fP\&\. Specifying \fB\-\-repositories=all\fP searches all non\-deprecated Homebrew repositories\. +.TP +\fB\-\-organisation\fP +Specify the organisation to populate sources repositories from\. Omitting this flag searches the Homebrew primary repositories\. .TP \fB\-\-from\fP Date (ISO 8601 format) to start searching contributions\. Omitting this flag searches the past year\.