Contribution graph overcounting commits after force-pushes — request recalculation #186737
Unanswered
Castrozan
asked this question in
Other Feature Feedback, Questions, & Ideas
Replies: 1 comment
-
Users cannot manually cause a recalculation; only GitHub Support may do so if necessary. This behavior is expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
My contribution graph shows 258 commits on January 31, 2026 for the repository Castrozan/.dotfiles, but git log only shows about 100 commits on that date.
The inflated count comes from ghost commits created by force-pushes and rebases. On that day there were multiple git reset, pull --rebase, and merge cycles across two machines, which rewrote history and created new commit SHAs for the same work. The original commits were already counted, and the rewritten replacements were counted again.
Evidence:
I already tried making the repository private, waiting, then making it public again. The contribution count did not change.
Could you please recalculate the contribution graph for my account (Castrozan), specifically for the repository Castrozan/.dotfiles?
Related discussion: https://github.com/orgs/community/discussions/59921
Beta Was this translation helpful? Give feedback.
All reactions