简体中文 ▾
Localized versions of git-check-mailmap manual
Topics ▾
Email
Latest version
▾
git-check-mailmap last updated in 2.43.0
Changes in the git-check-mailmap manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Server Admin
Guides
- gitattributes
- Command-line interface conventions
- Everyday Git
- Frequently Asked Questions (FAQ)
- Glossary
- Hooks
- gitignore
- gitmodules
- Revisions
- Submodules
- Tutorial
- Workflows
- All guides...
Administration
Plumbing Commands
- 2.31.1 → 2.43.0 no changes
- 2.31.0 03/15/21
描述
对于每一个来自命令行或标准输入(当使用 --stdin
时)的 ‘`Name <user@host>" 或 ``<user@host>’,查找该人的规范名称和电子邮件地址(见下面的 “映射作者”)。如果找到了,就打印出来;否则就按原样打印输入。
配置
参见 git-config[1] 中的 mailmap.file
和 mailmap.blob
,了解如何指定一个自定义的 .mailmap
目标文件或对象。
制图作者
See gitmailmap[5].
GIT
属于 git[1] 文档