git-check-mailmap: update page (#22108)

This commit is contained in:
Lena Pastwa
2026-04-19 12:22:52 +02:00
committed by GitHub
parent 9f0e8879f9
commit 2a887af778
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -5,4 +5,4 @@
- Temukan nama kanonikal dari alamat surel/email yang dimasukkan:
`git check-mailmap "<{{email@example.com}}>"`
`git check-mailmap {{email@example.com}}`
+1 -1
View File
@@ -5,4 +5,4 @@
- 이메일 주소와 연관된 표준 이름 조회:
`git check-mailmap "<{{email@example.com}}>"`
`git check-mailmap {{email@example.com}}`
+1 -1
View File
@@ -5,4 +5,4 @@
- Bir e-posta adresi ile eşleşen kanonik ismi bul:
`git check-mailmap "<{{örnek@e-posta.com}}>"`
`git check-mailmap {{örnek@e-posta.com}}`
+1 -1
View File
@@ -5,4 +5,4 @@
- 查找与电子邮件地址关联的规范名称:
`git check-mailmap "<{{邮箱@example.com}}>"`
`git check-mailmap {{邮箱@example.com}}`
+5 -1
View File
@@ -5,4 +5,8 @@
- Look up the canonical name associated with an email address:
`git check-mailmap "<{{email@example.com}}>"`
`git check-mailmap {{email@example.com}}`
- Use the specified mailmap file in addition to the defaults:
`git check-mailmap --mailmap-file {{path/to/file}} {{email@example.com}}`