josa42 / atom-blame

Show git blame as a gutter in Atom editor
https://atom.io/packages/blame
MIT License
22 stars 18 forks source link

Pull avatar from GitHub API instead of Gravatar if using GitHub private email #46

Closed zypA13510 closed 5 years ago

zypA13510 commented 6 years ago

Maybe related: gitextensions/gitextensions#3770.

I'm using GitHub private email in commits. All of them show a default Gravatar image in the popup. You should not check Gravatar if email address is from users.noreply.github.com, because no one can add the no-reply address to their Gravatar profile. Instead, it would be great if you get them from GitHub API.