Stale contributor attribution remains after rewriting repository history #202619
Unanswered
StevenYugsiU
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
Hello,
I rewrote and force-pushed all branches of this public repository:
https://github.com/StevenYugsiU/spectravisionwebapi
The goal was to remove this commit trailer:
Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
The current histories of these branches no longer contain references to Claude or Anthropic:
I verified this with:
git log origin/main --format="%H%n%B%n---" | grep -iE "anthropic|co-authored-by: claude"
git log origin/Steven --format="%H%n%B%n---" | grep -iE "anthropic|co-authored-by: claude"
git log origin/Cristhian --format="%H%n%B%n---" | grep -iE "anthropic|co-authored-by: claude"
All commands return no results.
GitHub Insights > Contributors also does not list Claude.
However, the repository homepage still shows Claude in the contributor summary.
The repository still exposes these old pull request refs:
refs/pull/1/head -> 298ecc06deefd2bc01c78acee29180c8e6a0574a
refs/pull/2/head -> b2c7c7c41625f56f4aa540169e416b8b01784739
Is there any supported way to refresh the homepage contributor summary or remove stale contributor attribution associated with old pull request refs?
I have already:
I am attaching a screenshot showing that Claude still appears only in the contributor summary on the repository homepage.
Thank you.

All reactions