Skip to content

Commit 7c1709e

Browse files
authored
chore: add .mailmap to fold the Claude co-author identity (#107)
A few early commits (e.g. PR #100) carried a `Co-Authored-By: Claude … <noreply@anthropic.com>` trailer, which made GitHub's contributors graph list a spurious "claude" contributor. .mailmap canonicalizes that identity to the maintainer so shortlog / blame / the GitHub contributors graph no longer show it. No history is rewritten; tags, releases (v0.9.0) and PyPI are untouched. Future attribution is separately disabled via ~/.claude/settings.json (includeCoAuthoredBy: false).
1 parent d4797d5 commit 7c1709e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.mailmap

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Canonicalize commit/co-author identities for git shortlog, blame, and
2+
# the GitHub contributors graph (all honor .mailmap).
3+
#
4+
# A few early commits carried a `Co-Authored-By: Claude … <noreply@anthropic.com>`
5+
# trailer (Claude Code attribution, since disabled). The human author is
6+
# the maintainer; fold that co-author identity into the canonical one so
7+
# tooling does not list a spurious "claude" contributor. No history is
8+
# rewritten — this only affects how identities are displayed.
9+
Hirokazu Yoshinaga <4027404+hyoshi@users.noreply.github.com> <noreply@anthropic.com>

0 commit comments

Comments
 (0)