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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Whenever I open the Git tab (using Ctrl-9), Atom sets the global user.email configuration. I have explicitly not set it to prompt me per-repository (in combination with useConfigOnly). It seems to be set to the per-repository value of the current repository.
Prerequisites
Description
Whenever I open the Git tab (using Ctrl-9), Atom sets the global
user.emailconfiguration. I have explicitly not set it to prompt me per-repository (in combination withuseConfigOnly). It seems to be set to the per-repository value of the current repository.This seems to be due to https://github.com/atom/github/blob/master/lib/controllers/git-tab-controller.js#L374-L376 if I am reading that part correctly.
Steps to Reproduce
user.emailExpected behavior:
Atom does not touch my global Git configuration.
Actual behavior:
Atom modifies my global Git configuration.
Reproduces how often:
100%
Versions
Atom : 1.53.0
Electron: 6.1.12
Chrome : 76.0.3809.146
Node : 12.4.0