diff options
Diffstat (limited to 'git-codereview/mail.go')
| -rw-r--r-- | git-codereview/mail.go | 1 |
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 |
