]> Cypherpunks repositories - gostls13.git/commit
various tweaks to code review.
authorRuss Cox <rsc@golang.org>
Wed, 4 Nov 2009 11:15:24 +0000 (03:15 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 4 Nov 2009 11:15:24 +0000 (03:15 -0800)
commit506ce11f0388064bb91c984fdcf800874abb7651
tree95a65323b1cddaead4565affdbe48126eee1150a
parent56a38f25a7b1e1650b1b32e4baa0c8a924920423
various tweaks to code review.
main one is to check at submit time that
user name being used in checkin message
is listed in the CONTRIBUTORS file.
this should catch misconfigurations.

another is to cut the @domain part
from the R= and CC= lines on checkin
messages, so that cc'ing someone on
a change does not mean their email
address is recorded for all time.

R=r
CC=go-dev
http://go/go-review/1016036
lib/codereview/codereview.py