Re: [PATCH] send-email: document --mailmap and associated configuration
From: Junio C Hamano <hidden>
Date: 2024-09-24 23:23:21
"Keller, Jacob E" [off-list ref] writes:
quoted
-----Original Message----- From: Junio C Hamano <redacted> Sent: Tuesday, September 24, 2024 2:45 PM To: Keller, Jacob E <jacob.e.keller@intel.com> Cc: git@vger.kernel.org; Jacob Keller <redacted> Subject: Re: [PATCH] send-email: document --mailmap and associated configuration Junio C Hamano [off-list ref] writes:quoted
Jacob Keller [off-list ref] writes:quoted
+sendemail.mailmap.blob:: + Like `sendemail.mailmap.file`, but consider the value as a reference + to a blob in the repository. Entries in `sendemail.mailmap.file` + take precedence over entries here. See linkgit:git-mailmap[1].No such documentation page git-mailmap[1] exists, hence this breaks "make check-docs".IOW linkgit:git-mailmap[1] -> linkgit:gitmailmap[5] everywhere. I did that while requeuing and reintegrating 'seen' for today's pushout, so unless there are other things to be updated, no need to resend. Thanks.Ah, yes. Thanks for fixing!
Thanks for updating the documentation.