]> git.ipfire.org Git - thirdparty/git.git/commit
mailmap tests: add tests for empty "<>" syntax
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 12 Jan 2021 20:18:04 +0000 (21:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Jan 2021 22:04:42 +0000 (14:04 -0800)
commit34986b773a0ebe0298965b64c801dd983cba29e6
treeaa3b98d82d66cba196e4c089a8e9c0d91e348211
parent9e2a14a88953da80cba75ddde4488a88402e7c8b
mailmap tests: add tests for empty "<>" syntax

Add tests for mailmap's handling of "<>", which is allowed on the RHS,
but not the LHS of a "<LHS> <RHS>" pair.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4203-mailmap.sh