Skip to content

Commit 254bf3f

Browse files
authored
Merge pull request #18751 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2 parents 1c98fcc + 4900317 commit 254bf3f

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

docs/Manpage.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -3887,13 +3887,23 @@ command execution e.g. `$(cat file)`.
38873887
: Use this username when accessing the GitHub Packages Registry (where bottles
38883888
may be stored).
38893889

3890+
`HOMEBREW_GIT_COMMITTER_EMAIL`
3891+
3892+
: Set the Git committer email to this value.
3893+
3894+
`HOMEBREW_GIT_COMMITTER_NAME`
3895+
3896+
: Set the Git committer name to this value.
3897+
38903898
`HOMEBREW_GIT_EMAIL`
38913899

3892-
: Set the Git author and committer email to this value.
3900+
: Set the Git author name and, if `HOMEBREW_GIT_COMMITTER_EMAIL` is unset,
3901+
committer email to this value.
38933902

38943903
`HOMEBREW_GIT_NAME`
38953904

3896-
: Set the Git author and committer name to this value.
3905+
: Set the Git author name and, if `HOMEBREW_GIT_COMMITTER_NAME` is unset,
3906+
committer name to this value.
38973907

38983908
`HOMEBREW_GIT_PATH`
38993909

manpages/brew.1

+8-2
Original file line numberDiff line numberDiff line change
@@ -2529,11 +2529,17 @@ Use this GitHub personal access token when accessing the GitHub Packages Registr
25292529
\fBHOMEBREW_GITHUB_PACKAGES_USER\fP
25302530
Use this username when accessing the GitHub Packages Registry (where bottles may be stored)\.
25312531
.TP
2532+
\fBHOMEBREW_GIT_COMMITTER_EMAIL\fP
2533+
Set the Git committer email to this value\.
2534+
.TP
2535+
\fBHOMEBREW_GIT_COMMITTER_NAME\fP
2536+
Set the Git committer name to this value\.
2537+
.TP
25322538
\fBHOMEBREW_GIT_EMAIL\fP
2533-
Set the Git author and committer email to this value\.
2539+
Set the Git author name and, if \fBHOMEBREW_GIT_COMMITTER_EMAIL\fP is unset, committer email to this value\.
25342540
.TP
25352541
\fBHOMEBREW_GIT_NAME\fP
2536-
Set the Git author and committer name to this value\.
2542+
Set the Git author name and, if \fBHOMEBREW_GIT_COMMITTER_NAME\fP is unset, committer name to this value\.
25372543
.TP
25382544
\fBHOMEBREW_GIT_PATH\fP
25392545
Linux only: Set this value to a new enough \fBgit\fP executable for Homebrew to use\.

0 commit comments

Comments
 (0)