GitKraken "commit graph" 包含混合的标识或作者的头像

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

GitKraken 的提交图有时包含标识符,而其他一些包含提交的作者个人资料头像(我正在使用 GitHub 进行测试,但我不认为它特定于此实例)。

我只是想不通是什么让 GitKraken 决定(如果有选择?)在每种情况下显示哪个?

GitKraken 使用 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?).

来自the Gravater documentation

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

因此,在您的 git 配置中设置的提交者电子邮件地址将决定显示哪个图标。