Skip to content
Discussion options

You must be logged in to vote

Hey @theplenoh

Please Mark this as answered if this helps you

Nothing is broken, and no history was lost. What you're seeing is two different data sources disagreeing:

  • "Contribution activity" counts come from GitHub's contribution index, which is built from commits as they were pushed. Entries in it are essentially append-only — they keep pointing at the old SHAs.
  • The commit list you land on when you click is a live query: /<repo>/commits?author=theplenoh&since=…&until=…, restricted to the repo's current default branch.

git filter-repo rewrites every commit, so every SHA changes. The old commits become unreachable the moment you force-push. The index still remembers "4 commits in August…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by theplenoh
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Repositories The core of version-controlled code storage Question Ask and answer questions about GitHub features and usage Welcome 🎉 Used to greet and highlight first-time discussion participants. Welcome to the community! source:ui Discussions created via Community GitHub templates
4 participants