Skip to content
Discussion options

You must be logged in to vote

This happens because GitHub uses two different data sources for contributor information:

  1. Insights > Contributors and REST API (/repos/somuai/somuai/contributors): These query the commit graph reachable from the default branch dynamically. Since your commits were rewritten and the branch deleted, this view is already accurate.
  2. Repository Homepage Sidebar ("Contributors" widget): This relies on an aggressively cached materialized summary in GitHub's database. When branches are deleted or history is rewritten via force-pushing, the background worker that invalidates and rebuilds this sidebar cache is often not triggered.

Furthermore, orphaned commits like f80facc and d7f6f5a are kept in Gi…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@badhon1010
Comment options

Answer selected by badhon1010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug GitHub or a GitHub feature is not working as intended Repositories The core of version-controlled code storage Welcome 🎉 Used to greet and highlight first-time discussion participants. Welcome to the community! source:ui Discussions created via Community GitHub templates
2 participants