From e25212f51b9f1689197321405a3c62cd38eaea45 Mon Sep 17 00:00:00 2001 From: "matloob@golang.org" Date: Wed, 5 Nov 2025 15:27:48 -0500 Subject: git-codereview: add matloob@google.com to the mail shortOptOut list So that matloob@golang.org is preferred for git codereview mail -r matloob. Change-Id: I6a6a69643230e022605905c88334a9f865f5ba13 Reviewed-on: https://go-review.googlesource.com/c/review/+/718240 Reviewed-by: Russ Cox Reviewed-by: Michael Pratt LUCI-TryBot-Result: Go LUCI --- git-codereview/mail.go | 1 + 1 file changed, 1 insertion(+) (limited to 'git-codereview/mail.go') diff --git a/git-codereview/mail.go b/git-codereview/mail.go index 7fe2bcf..c0592bf 100644 --- a/git-codereview/mail.go +++ b/git-codereview/mail.go @@ -281,6 +281,7 @@ func mailLookup(short string) string { // from consideration for purposes of expanding short user names. var shortOptOut = map[string]bool{ "dmitshur@google.com": true, // My @golang.org is primary; @google.com is used for +1 only. + "matloob@google.com": true, // My @golang.org is primary; @google.com is used for +1 only. } // loadReviewers reads the reviewer list from the current git repo -- cgit v1.3