From 5aaf64eff5b01ac7f6f7dee8f45547a6d72f5587 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 1 Jul 2021 10:31:00 +0000 Subject: [PATCH] Update maintainers, manpage and completions. Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow. --- completions/bash/brew | 1 + completions/fish/brew.fish | 1 + completions/zsh/_brew | 3 ++- docs/Manpage.md | 2 ++ manpages/brew.1 | 4 ++++ 5 files changed, 10 insertions(+), 1 deletion(-) diff --git a/completions/bash/brew b/completions/bash/brew index 208f54b08b..a1d92b80e8 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -1639,6 +1639,7 @@ _brew_reinstall() { --force --force-bottle --formula + --git --help --input-methoddir --interactive diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 89b04b6dec..87e3989b29 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -1125,6 +1125,7 @@ __fish_brew_complete_arg 'reinstall' -l fontdir -d 'Target location for Fonts (d __fish_brew_complete_arg 'reinstall' -l force -d 'Install without checking for previously installed keg-only or non-migrated versions' __fish_brew_complete_arg 'reinstall' -l force-bottle -d 'Install from a bottle if it exists for the current or newest version of macOS, even if it would not normally be used for installation' __fish_brew_complete_arg 'reinstall' -l formula -d 'Treat all named arguments as formulae' +__fish_brew_complete_arg 'reinstall' -l git -d 'Create a Git repository, useful for creating patches to the software' __fish_brew_complete_arg 'reinstall' -l help -d 'Show this message' __fish_brew_complete_arg 'reinstall' -l input-methoddir -d 'Target location for Input Methods (default: `~/Library/Input Methods`)' __fish_brew_complete_arg 'reinstall' -l interactive -d 'Download and patch formula, then open a shell. This allows the user to run `./configure --help` and otherwise determine how to turn the software package into a Homebrew package' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index eca54c383d..aa84b9f550 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1374,6 +1374,7 @@ _brew_reinstall() { '(--formula)--fontdir[Target location for Fonts (default: `~/Library/Fonts`)]' \ '--force[Install without checking for previously installed keg-only or non-migrated versions]' \ '(--cask --build-from-source)--force-bottle[Install from a bottle if it exists for the current or newest version of macOS, even if it would not normally be used for installation]' \ + '(--cask)--git[Create a Git repository, useful for creating patches to the software]' \ '--help[Show this message]' \ '(--formula)--input-methoddir[Target location for Input Methods (default: `~/Library/Input Methods`)]' \ '(--cask)--interactive[Download and patch formula, then open a shell. This allows the user to run `./configure --help` and otherwise determine how to turn the software package into a Homebrew package]' \ @@ -1398,7 +1399,7 @@ _brew_reinstall() { '(--casks --binaries --require-sha --quarantine --skip-cask-deps --appdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae]' \ '*::formula:__brew_formulae' \ - cask \ - '(--formulae --build-from-source --interactive --force-bottle --keep-tmp --display-times)--cask[Treat all named arguments as casks]' \ + '(--formulae --build-from-source --interactive --force-bottle --keep-tmp --display-times --git)--cask[Treat all named arguments as casks]' \ '*::cask:__brew_casks' } diff --git a/docs/Manpage.md b/docs/Manpage.md index ff6f5c516b..c83d3649cd 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -500,6 +500,8 @@ reinstalled formulae or, every 30 days, for all formulae. Retain the temporary files created during installation. * `--display-times`: Print install times for each formula at the end of the run. +* `-g`, `--git`: + Create a Git repository, useful for creating patches to the software. * `--cask`: Treat all named arguments as casks. * `--[no-]binaries`: diff --git a/manpages/brew.1 b/manpages/brew.1 index 510cd0702e..20d2deda05 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -687,6 +687,10 @@ Retain the temporary files created during installation\. Print install times for each formula at the end of the run\. . .TP +\fB\-g\fR, \fB\-\-git\fR +Create a Git repository, useful for creating patches to the software\. +. +.TP \fB\-\-cask\fR Treat all named arguments as casks\. .