File tree 2 files changed +20
-4
lines changed
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)`.
3887
3887
: Use this username when accessing the GitHub Packages Registry (where bottles
3888
3888
may be stored).
3889
3889
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
+
3890
3898
` HOMEBREW_GIT_EMAIL `
3891
3899
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.
3893
3902
3894
3903
` HOMEBREW_GIT_NAME `
3895
3904
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.
3897
3907
3898
3908
` HOMEBREW_GIT_PATH `
3899
3909
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
2529
2529
\fB HOMEBREW_GITHUB_PACKAGES_USER \fP
2530
2530
Use this username when accessing the GitHub Packages Registry (where bottles may be stored)\.
2531
2531
.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
2532
2538
\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\.
2534
2540
.TP
2535
2541
\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\.
2537
2543
.TP
2538
2544
\fB HOMEBREW_GIT_PATH \fP
2539
2545
Linux 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