I've tried googling, but I can't seem to find any information about this. The interesting thing here is that there seems to be a unique avatar for each user, and it seems to be the same across projects. Is GitX hashing User info to generate unique images? Is there a Git avatar setting that I don't know about? Is there a way to use my own avatar rather than this silly octagon?

GitX Avatar

link|improve this question
feedback

closed as off topic by Robert Harvey May 16 '11 at 19:32

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

3 Answers

up vote 9 down vote accepted

It uses Gravatar, based on the commit author's email address. The "silly octagon" is a default image for when the user has no gravatar image.

link|improve this answer
feedback

It uses Gravatar

link|improve this answer
feedback

They use Gravatar When you create an account on there website, you can change your avatar.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.