# .mailmap — Git author 身份统一映射
# 格式: 规范身份 <规范邮箱>    <旧邮箱或旧身份>
#
# 当 git 显示 author 时，旧身份会自动映射为规范身份。
# GitHub Web UI 的 Contributors 图表和部分 CLI 命令会按此合并。
#
# 维护时间: 2026-06-05
# 维护者: Agions <1051736049@qq.com>
# 参见: ADR-007
#
# 注意: 此 mailmap 是 .git/filter-repo 改写历史后的"双保险"。
# git filter-repo 已将所有变体 author 改写为标准 Agions <1051736049@qq.com>。
# 此文件保留是为了:
#   1. 未来 PR 合并时自动合并任何变体
#   2. git CLI 命令 --use-mailmap 的一致显示
#   3. 旧 tag 指向的旧 commit (如未来 checkout) 显示统一

# === 标准身份 (所有其它变体都映射到这里) ===
Agions <1051736049@qq.com>

# === 拼写错误变体 ===
Agions <1051736049@qq.com> Agion <1051736049@qq.com>
Agions <1051736049@qq.com> agions <1051736049@qq.com>
Agions <1051736049@qq.com> AGIONS <1051736049@qq.com>

# === GitHub noreply 邮箱 (Web 编辑产生) ===
Agions <1051736049@qq.com> Agions <agions@users.noreply.github.com>
Agions <1051736049@qq.com> <agions@users.noreply.github.com>

# === 旧 GitHub noreply 变体 (若有) ===
Agions <1051736049@qq.com> <1051736049+Agions@users.noreply.github.com>
