I have had several times where I noticed my user.email and user.name was changed in my git config.
[include] path = .gitconfig.local [user] name = Name From Git-Plugin-Test email = email.from.gi...@example.com
Because I use a include of local git global config.
Finally figured out it was git-plugin unit tests messing with my config.
Is there are way we can ban the test or fix this for all versions since this test was included.
Fixed in git plugin 4.0.0 and later