Historical commits not appearing in contribution graph after adding verified email #207565
Replies: 1 comment 1 reply
|
Two things - one you can check in about ten seconds, and one you probably want to fix in the question itself. Check the raw author email, not the attribution. Append The
Your example repo isn't public. From an unauthenticated request: So For completeness, the documented conditions are all of: the author email is on your account, the commit is on the default or On the rebuild: the docs confirm what you assumed, that adding the address rebuilds the graph automatically and that it can take up to 24 hours. There is no user-facing way to force it. Since you are past that window, the documented next step is exactly the That framing is probably also how you get past the auto-close. "My contribution graph is missing commits" reads as a self-service question and gets routed accordingly. "Commit |
Uh oh!
There was an error while loading. Please reload this page.
π·οΈ Discussion Type
Question
Body
More than 24 hours ago, I added and verified the exact email address that had been used as the author email for many historical commits made from the terminal.
GitHub now correctly associates those commits with my account, but the historical contributions still do not appear in my contribution graph.
My GitHub username is Ale-Newport.
Example public repository: Ale-Newport/Keyframes
Example commits:
25c9badaeb306e7921d1b184e79372978421a91a
43100b54928e4b0c7f5e3ef39ef04ad7a4da5a29
These commits are on the default branch and GitHub currently attributes them to my account.
The same issue also affects commits in a private organization repository on its default branch. I have βPrivate contributionsβ enabled.
I already contacted GitHub Support, but ticket #4745244 was automatically closed because my current support plan only provides self-service support.
Is there any way to force or request a rebuild of the contribution graph, or is there another recommended troubleshooting step?
All reactions