You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using $GIT_AUTHOR_EMAIL and $GIT_COMMITTER_EMAIL with something else than git config user.email, it will display a warning:
WARN Will not fix up past commits not authored by you, use --force to override, commit: …
I think that it should consider the env settings as the current owner - not sure if alone or additionally.
(FWIW, I am using the env variables to use different emails per projects.
It is easy enough to configure user.email there additionally, but that might require to do it with many sub-directories / projects for a company stored in a common ancestor dir, where setting the env can be done for all sub-directories more easily)
The text was updated successfully, but these errors were encountered:
would prefer to wait for upstream (libgit2/libgit2#3751) rather than hacking this in myself. i only accepted #22 because upstream explicitly declined to support it.
When using
$GIT_AUTHOR_EMAIL
and$GIT_COMMITTER_EMAIL
with something else thangit config user.email
, it will display a warning:I think that it should consider the env settings as the current owner - not sure if alone or additionally.
(FWIW, I am using the env variables to use different emails per projects.
It is easy enough to configure
user.email
there additionally, but that might require to do it with many sub-directories / projects for a company stored in a common ancestor dir, where setting the env can be done for all sub-directories more easily)The text was updated successfully, but these errors were encountered: