The GitKraken "commit graph" contains a mix of identicons or author's avatar

7k views Asked by At

The commit graph of GitKraken sometimes contains identicons while some others contains the author's profile avatars for commits (I'm testing with GitHub, but I don't think it's specific to this instance).

I just can't figure out what makes GitKraken to decide (if any choice?) which one to show in each cases?

1

There are 1 answers

3
kowsky On BEST ANSWER

GitKraken uses Gravatar to decide which icons to show. You can read this up in the GitKraken help page on profiles and their FAQ (How do I change the avatar associated with my commits?).

From the Gravater documentation:

Gravatar uses your email address to provide your image to other sites.

Thus, the committer email adress set up in your git config will decide which icon will be shown.