Le jeudi 01 novembre 2018 à 12:22 +0100, Ævar Arnfjörð Bjarmason a
écrit :
> 
> Where would we get an E-Mail to lookup to pass to the helper? Are you
> just asking that the helper git the result of $(git config user.name
> &&
> git config user.email)? If so why can't it just look this up itself?


So, just in case it was not clear enough, allow things in .gitconfig
like

[credential "https://pkgs.fedoraproject.org/";]
username = doe4ever
name = John Doe
email = doe4e...@fedoraproject.org
[credential "https://gitlab.corp.com/";]
username = jdoe56874
name = John Doe, Snr Engineer
email = john....@corp.com

Instead of just

[user]
name = John Doe
email =  john....@corp.com
[credential "https://pkgs.fedoraproject.org/";]
username = doe4ever
[credential "https://gitlab.corp.com/";]
username = jdoe56874

and drat, I've commited to XXX with the wrong name/email again


-- 
Nicolas Mailhot

Reply via email to