aboutsummaryrefslogtreecommitdiff
path: root/git-codereview
diff options
context:
space:
mode:
authormatloob@golang.org <matloob@golang.org>2025-11-05 15:27:48 -0500
committerMichael Matloob <matloob@golang.org>2025-11-07 13:59:04 -0800
commite25212f51b9f1689197321405a3c62cd38eaea45 (patch)
treeef2571440c978c92e0869ba2097eb88db387c2d0 /git-codereview
parentb313cd9402503ea9ae851855a00bff2e45c50655 (diff)
downloadgo-x-review-1.18.0.tar.xz
git-codereview: add matloob@google.com to the mail shortOptOut listv1.18.0
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 <rsc@golang.org> Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'git-codereview')
-rw-r--r--git-codereview/mail.go1
1 files changed, 1 insertions, 0 deletions
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