diff --git a/pages.id/common/git-check-mailmap.md b/pages.id/common/git-check-mailmap.md index ebc5693160..2d2ef1b7f4 100644 --- a/pages.id/common/git-check-mailmap.md +++ b/pages.id/common/git-check-mailmap.md @@ -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}}` diff --git a/pages.ko/common/git-check-mailmap.md b/pages.ko/common/git-check-mailmap.md index 403ddc9eb0..6e0fe3e8a2 100644 --- a/pages.ko/common/git-check-mailmap.md +++ b/pages.ko/common/git-check-mailmap.md @@ -5,4 +5,4 @@ - 이메일 주소와 연관된 표준 이름 조회: -`git check-mailmap "<{{email@example.com}}>"` +`git check-mailmap {{email@example.com}}` diff --git a/pages.tr/common/git-check-mailmap.md b/pages.tr/common/git-check-mailmap.md index 10c66ef024..c99be77807 100644 --- a/pages.tr/common/git-check-mailmap.md +++ b/pages.tr/common/git-check-mailmap.md @@ -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}}` diff --git a/pages.zh/common/git-check-mailmap.md b/pages.zh/common/git-check-mailmap.md index b1fb8e6d36..6e666d624e 100644 --- a/pages.zh/common/git-check-mailmap.md +++ b/pages.zh/common/git-check-mailmap.md @@ -5,4 +5,4 @@ - 查找与电子邮件地址关联的规范名称: -`git check-mailmap "<{{邮箱@example.com}}>"` +`git check-mailmap {{邮箱@example.com}}` diff --git a/pages/common/git-check-mailmap.md b/pages/common/git-check-mailmap.md index 6e23b932c1..8423daf298 100644 --- a/pages/common/git-check-mailmap.md +++ b/pages/common/git-check-mailmap.md @@ -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}}`