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 <rsc@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
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 @@
// 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