简体中文 ▾
Localized versions of git-check-mailmap manual
Topics ▾
Email
Latest version
▾
git-check-mailmap last updated in 2.47.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.47.1 → 2.48.0 no changes
- 2.47.0 10/06/24
- 2.31.1 → 2.46.2 no changes
- 2.31.0 03/15/21
- 2.18.1 → 2.30.9 no changes
- 2.18.0 06/21/18
- 2.1.4 → 2.17.6 no changes
- 2.0.5 12/17/14
描述
For each “Name <user@host>”, “<user@host>”, or “user@host” from the command-line or standard input (when using --stdin
), look up the person’s canonical name and email address (see "Mapping Authors" below). If found, print them; otherwise print the input as-is.
配置
参见 git-config[1] 中的 mailmap.file
和 mailmap.blob
,了解如何指定一个自定义的 .mailmap
目标文件或对象。
制图作者
参见 gitmailmap[5]。
GIT
属于 git[1] 文档