Incorrect contributor showing on repository after history rewrite #176218
Replies: 1 comment · 2 replies
-
GitHub’s contributor list on a repository’s main page is generated automatically from the entire commit history, including any commits that were ever pushed — even if those commits were later deleted or reverted. Unfortunately, GitHub doesn’t immediately refresh or recalculate contributor data when history changes. At the moment, there’s no manual way for users to trigger a contributor cache refresh. The list will typically update automatically over time (after a few days or weeks), once GitHub’s background indexing jobs run again. If the incorrect contributor is still showing after a long period, you can try: Making a small new commit (to trigger reindexing). Or contacting GitHub Support directly via https://support.github.com In short — your history is correct, but GitHub’s cached contributor data just needs time (or a support request) to catch up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Hi
Could you please trigger a recalculation or a cache refresh of my repository's contributor data to resolve this? Or something like that...
This is my repo: https://github.com/quasiblob/ComfyUI-EsesImageCompare
This one shows up: https://github.com/SamiTTL
I accidentally some time ago pushed a change into my public repo with my other account, I removed that change and yet still now I see my other account in repository's main page, on right side contributors list.
My commit history shows only this (the one I'm using right now for this post) account having done total of 4 commits, and I only have a single main branch, so I don't think I missed some commit somehow.
It is super annoying - seems like there is no way for user to hide / update this, or I don't find it.
So the commit history is now correct, but the old account is still incorrectly listed as a contributor on the repository's main page.
Beta Was this translation helpful? Give feedback.
All reactions