We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running make test-libgit2 results in the global git config getting overwritten with Test User, Test@User.com. This should be made temporary and local.
make test-libgit2
Test User
Test@User.com
edit: apparently it only overrides the global gitconfig if it hasn't been set yet?
The text was updated successfully, but these errors were encountered:
It happens only when user.name or user.email is empty. I recall that without these parameters set, libgit2 calls will segfault.
user.name
user.email
libgit2
Sorry, something went wrong.
We should at least detect that situation and put it back to the way it was when we're done.
or change $HOME to a temporary location?
Fixed it in #13417
No branches or pull requests
Running
make test-libgit2
results in the global git config getting overwritten withTest User
,Test@User.com
. This should be made temporary and local.edit: apparently it only overrides the global gitconfig if it hasn't been set yet?
The text was updated successfully, but these errors were encountered: