Skip to content

Commit 5aaf64e

Browse files
committed
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.
1 parent ffb28d8 commit 5aaf64e

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

completions/bash/brew

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,6 +1639,7 @@ _brew_reinstall() {
16391639
--force
16401640
--force-bottle
16411641
--formula
1642+
--git
16421643
--help
16431644
--input-methoddir
16441645
--interactive

completions/fish/brew.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,7 @@ __fish_brew_complete_arg 'reinstall' -l fontdir -d 'Target location for Fonts (d
11251125
__fish_brew_complete_arg 'reinstall' -l force -d 'Install without checking for previously installed keg-only or non-migrated versions'
11261126
__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'
11271127
__fish_brew_complete_arg 'reinstall' -l formula -d 'Treat all named arguments as formulae'
1128+
__fish_brew_complete_arg 'reinstall' -l git -d 'Create a Git repository, useful for creating patches to the software'
11281129
__fish_brew_complete_arg 'reinstall' -l help -d 'Show this message'
11291130
__fish_brew_complete_arg 'reinstall' -l input-methoddir -d 'Target location for Input Methods (default: `~/Library/Input Methods`)'
11301131
__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'

completions/zsh/_brew

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,7 @@ _brew_reinstall() {
13741374
'(--formula)--fontdir[Target location for Fonts (default: `~/Library/Fonts`)]' \
13751375
'--force[Install without checking for previously installed keg-only or non-migrated versions]' \
13761376
'(--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]' \
1377+
'(--cask)--git[Create a Git repository, useful for creating patches to the software]' \
13771378
'--help[Show this message]' \
13781379
'(--formula)--input-methoddir[Target location for Input Methods (default: `~/Library/Input Methods`)]' \
13791380
'(--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() {
13981399
'(--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]' \
13991400
'*::formula:__brew_formulae' \
14001401
- cask \
1401-
'(--formulae --build-from-source --interactive --force-bottle --keep-tmp --display-times)--cask[Treat all named arguments as casks]' \
1402+
'(--formulae --build-from-source --interactive --force-bottle --keep-tmp --display-times --git)--cask[Treat all named arguments as casks]' \
14021403
'*::cask:__brew_casks'
14031404
}
14041405

docs/Manpage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,8 @@ reinstalled formulae or, every 30 days, for all formulae.
500500
Retain the temporary files created during installation.
501501
* `--display-times`:
502502
Print install times for each formula at the end of the run.
503+
* `-g`, `--git`:
504+
Create a Git repository, useful for creating patches to the software.
503505
* `--cask`:
504506
Treat all named arguments as casks.
505507
* `--[no-]binaries`:

manpages/brew.1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,10 @@ Retain the temporary files created during installation\.
687687
Print install times for each formula at the end of the run\.
688688
.
689689
.TP
690+
\fB\-g\fR, \fB\-\-git\fR
691+
Create a Git repository, useful for creating patches to the software\.
692+
.
693+
.TP
690694
\fB\-\-cask\fR
691695
Treat all named arguments as casks\.
692696
.

0 commit comments

Comments
 (0)