Remove "claude" from contributor list after git filter-repo rewrite #197131
Replies: 2 comments
-
|
💬 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. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Hi @lasofiko , If you still need help on this account specific question, I will direct you to our Support page. This is a public forum, and the community is unable to assist with nor escalate a ticket, but we can assure you it is in the right place. It will be answered in the order it was received based on our team's resources and the amount of tickets ahead of yours. As no other Community Discussions team members will be able to provide additional help with account related questions I am going to close this discussion. We appreciate your understanding and patience while Support works through your request! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
Body
Repository: https://github.com/lasofiko/educational-platform
We used git filter-repo to strip Co-Authored-By: Claude trailers from two commits, then force-pushed all branches. The trailers are gone from
every branch, and gh api repos/lasofiko/educational-platform/contributors correctly returns only the 4 human contributors.
However, the Contributors sidebar on the repo home still shows "claude" as a contributor. It's been over 24 hours since the rewrite.
We believe this is caused by two things:
Stale contributor cache — the sidebar hasn't refreshed despite the API being clean.
Orphan commits on
refs/pull/*/head— the original trailer-bearing commits are still reachable via closed PR refs:Affected PR refs: Feature Request: Select a column when adding an issue to a project #2, Feature request: support release details #3, iOS bug report: strange backstack behavior when navigating to a file #4, Feature request: support jumping to lines in files #5, #6, #7, Allow For Multiple Answers To Be Marked as Answer #9, More defined voting system #10, Feature Request: Push Notifications and Badges for Requested Reviews #11, Feature Request: Blockquote Button #12, Feature Request: Dual account support/troubles #13.
Could a GitHub staff member please:
a) Garbage-collect the orphan PR refs containing those two commits
b) Trigger a recompute of the repository's contributor cache
My collaborator @Fraimy1 performed the rewrite and can answer technical questions if needed.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions