Repository homepage shows incorrect contributor after history rewrite #202450
Unanswered
Mobeen0119
asked this question in
Repositories
Replies: 1 comment
|
💬 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. ⭐ |
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.
🏷️ Discussion Type
Bug
Body
Hi,
I'm seeing what appears to be a stale contributor on my repository homepage.
Repository:
https://github.com/Mobeen0119/Aevros
The repository homepage still lists Claude as a contributor, even though the repository history has already been rewritten.
Here's what I've verified:
mainbranch.git logcontains no commits authored by Claude.git shortlogonly lists the current authors.git log origin/mainalso contains no Claude commits.The only place where Claude still appears is the small Contributors section on the repository homepage.
It's been more than a week since the history rewrite, so I'm wondering if the homepage contributor widget is using stale cached data.
Is there any way to refresh or invalidate the homepage contributor cache, or is there something else I should check?
All reactions