From 6f2aa2f449e272353fa95d9e1509c61a0a19aa0b Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Wed, 30 Mar 2022 15:31:37 -0400 Subject: Add support for mailmap and excluding mail in b4-ty With codeaurora.org accounts no longer accepting mail, add support to exclude addresses when generating b4-ty mail. Additionally, support mailmap replacements by running every address through "git check-mailmap". Requested-by: Mark Brown Signed-off-by: Konstantin Ryabitsev --- man/b4.5 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man/b4.5') diff --git a/man/b4.5 b/man/b4.5 index 6da1b35..b83d5c5 100644 --- a/man/b4.5 +++ b/man/b4.5 @@ -468,6 +468,9 @@ Default configuration, with explanations: thanks\-am\-template = None # Used when preparing merge messages from cover letters. See shazam\-merge\-template.example shazam\-merge\-template = None + # Use to exclude certain mail addresses from ever being added to auto\-generated mail + # Separate multiple entries using comma (spaces are ignored), shell\-style globbing accepted + email\-exclude = *@codeaurora.org, example@example.com .ft P .fi .UNINDENT -- cgit v1.2.3