mirror of
https://github.com/Homebrew/brew.git
synced 2024-11-25 16:33:34 +08:00
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.
This commit is contained in:
parent
1c98fcc9cc
commit
4900317157
@ -3887,13 +3887,23 @@ command execution e.g. `$(cat file)`.
|
||||
: Use this username when accessing the GitHub Packages Registry (where bottles
|
||||
may be stored).
|
||||
|
||||
`HOMEBREW_GIT_COMMITTER_EMAIL`
|
||||
|
||||
: Set the Git committer email to this value.
|
||||
|
||||
`HOMEBREW_GIT_COMMITTER_NAME`
|
||||
|
||||
: Set the Git committer name to this value.
|
||||
|
||||
`HOMEBREW_GIT_EMAIL`
|
||||
|
||||
: Set the Git author and committer email to this value.
|
||||
: Set the Git author name and, if `HOMEBREW_GIT_COMMITTER_EMAIL` is unset,
|
||||
committer email to this value.
|
||||
|
||||
`HOMEBREW_GIT_NAME`
|
||||
|
||||
: Set the Git author and committer name to this value.
|
||||
: Set the Git author name and, if `HOMEBREW_GIT_COMMITTER_NAME` is unset,
|
||||
committer name to this value.
|
||||
|
||||
`HOMEBREW_GIT_PATH`
|
||||
|
||||
|
@ -2529,11 +2529,17 @@ Use this GitHub personal access token when accessing the GitHub Packages Registr
|
||||
\fBHOMEBREW_GITHUB_PACKAGES_USER\fP
|
||||
Use this username when accessing the GitHub Packages Registry (where bottles may be stored)\.
|
||||
.TP
|
||||
\fBHOMEBREW_GIT_COMMITTER_EMAIL\fP
|
||||
Set the Git committer email to this value\.
|
||||
.TP
|
||||
\fBHOMEBREW_GIT_COMMITTER_NAME\fP
|
||||
Set the Git committer name to this value\.
|
||||
.TP
|
||||
\fBHOMEBREW_GIT_EMAIL\fP
|
||||
Set the Git author and committer email to this value\.
|
||||
Set the Git author name and, if \fBHOMEBREW_GIT_COMMITTER_EMAIL\fP is unset, committer email to this value\.
|
||||
.TP
|
||||
\fBHOMEBREW_GIT_NAME\fP
|
||||
Set the Git author and committer name to this value\.
|
||||
Set the Git author name and, if \fBHOMEBREW_GIT_COMMITTER_NAME\fP is unset, committer name to this value\.
|
||||
.TP
|
||||
\fBHOMEBREW_GIT_PATH\fP
|
||||
Linux only: Set this value to a new enough \fBgit\fP executable for Homebrew to use\.
|
||||
|
Loading…
Reference in New Issue
Block a user