Historical commits not appearing on contribution graph after verifying author email #206625
Replies: 2 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
This is expected behaviour, and the key is that commit attribution and contribution-graph indexing are two separate systems. You have satisfied attribution: the commit page shows you as author, the email is verified on your account, and the commits are on the default branch of a non-fork. But adding + verifying that email only fixes attribution (and re-attribution on the individual commit pages) — it does not automatically trigger a backfill/rebuild of your historical contribution graph. There is no public API call or self-service button that forces that historical rebuild. Two things worth checking before you escalate:
Since everything you listed already checks out, this is exactly the case GitHub Support can fix manually. Open a private ticket at https://support.github.com with the repo + an example commit SHA — the community forum can describe the problem but cannot rebuild your graph. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Profile
Body
Hi GitHub Community,
Some of my historical commits are not appearing on my GitHub contribution graph.
The affected commits were created using a different email address that I previously used for Git commits. I added that exact email address to my GitHub account and verified it approximately two weeks ago.
I have confirmed that:
main).origin/main.Despite this, the historical contributions are still missing from my profile contribution graph.
Expected behavior
After adding and verifying the email address that was used to author the historical commits, I expected those commits to be attributed to my account and appear on my contribution graph.
Actual behavior
GitHub correctly associates the commits with my account on their individual commit pages, but they still do not appear on my contribution graph.
I have also followed GitHub's documentation for troubleshooting missing contributions, including verifying the author email associated with the commits.
Is there another condition that could prevent these commits from appearing on the contribution graph even when GitHub already recognizes the account as the commit author?
Thank you.
All reactions