minwoo-jung opened a new pull request, #18689:
URL: https://github.com/apache/pinot/pull/18689

   ## Summary
   
   AI coding tools (Claude Code, GitHub Copilot, etc.) automatically append 
`Co-authored-by` trailers to commit messages by default:
   
   ```
   Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
   ```
   
   When PRs are squash-merged on GitHub, these trailers propagate into the 
merge commit. This makes `git log` look like AI merged the code, which makes it 
harder for developers to identify who actually authored and reviewed the change.
   
   This PR adds a "Commit messages" section to `CLAUDE.md` that instructs AI 
tools not to include these trailers.
   
   ## Changes
   
   - Added `## Commit messages` section to `CLAUDE.md` between "Coding 
conventions" and "Pre-commit checks"
   - Documents the problem (trailers in squash-merge history) and the fix (omit 
the line)
   
   Fixes #18688


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to