claude-code - 💡(How to fix) Fix [Feature Request] Make git commit co-author footer configurable per project [1 comments, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48791Fetched 2026-04-16 06:50:51
View on GitHub
Comments
1
Participants
1
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
labeled ×3commented ×1
RAW_BUFFERClick to expand / collapse

Bug Description Claude code, by default, inserts a "Co-authored-by" footer in git commits. Several significant software projects, including the Linux foundation have concluded that this is an inappropriate tag to use for agent assisted work. The Linux kernel project specifically has agreed on "Assisted-by" as the appropriate (and in that case, required tag). I have had mixed success overriding this tag through CLAUDE.md and found the Co-authored-by sometimes sneaks in anyway. Is it worth making this a bit more configurable, ideally per project. This is based on an assumption that it is in the system prompt being used, and could easily be changed to a different tag.

extent analysis

TL;DR

Allowing project-specific configuration of the commit footer tag, such as using "Assisted-by" instead of "Co-authored-by", could resolve the issue.

Guidance

  • Investigate the CLAUDE.md override mechanism to understand why it's not consistently working as expected.
  • Consider adding a project-level setting to specify the desired commit footer tag, defaulting to "Co-authored-by" for backwards compatibility.
  • Review the system prompt used by Claude to determine if the tag is indeed being inserted from there and if it can be easily modified.
  • Evaluate the impact of changing the default tag on existing projects and workflows.

Notes

The solution may require changes to Claude's configuration or code, and careful consideration of backwards compatibility and project-specific requirements.

Recommendation

Apply workaround: Allow project-specific configuration of the commit footer tag, as this would provide the necessary flexibility for projects like the Linux kernel to use their preferred "Assisted-by" tag.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [Feature Request] Make git commit co-author footer configurable per project [1 comments, 1 participants]