File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed
Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2529,11 +2529,17 @@ Use this GitHub personal access token when accessing the GitHub Packages Registr
25292529\fB HOMEBREW_GITHUB_PACKAGES_USER \fP
25302530Use this username when accessing the GitHub Packages Registry (where bottles may be stored)\.
25312531.TP
2532+ \fB HOMEBREW_GIT_COMMITTER_EMAIL \fP
2533+ Set the Git committer email to this value\.
2534+ .TP
2535+ \fB HOMEBREW_GIT_COMMITTER_NAME \fP
2536+ Set the Git committer name to this value\.
2537+ .TP
25322538\fB HOMEBREW_GIT_EMAIL \fP
2533- Set the Git author and committer email to this value\.
2539+ Set the Git author name and, if \fB HOMEBREW_GIT_COMMITTER_EMAIL \fP is unset, committer email to this value\.
25342540.TP
25352541\fB HOMEBREW_GIT_NAME \fP
2536- Set the Git author and committer name to this value\.
2542+ Set the Git author name and, if \fB HOMEBREW_GIT_COMMITTER_NAME \fP is unset, committer name to this value\.
25372543.TP
25382544\fB HOMEBREW_GIT_PATH \fP
25392545Linux only: Set this value to a new enough \fB git \fP executable for Homebrew to use\.
You can’t perform that action at this time.
0 commit comments