diff options
Diffstat (limited to 'git-codereview/doc.go')
| -rw-r--r-- | git-codereview/doc.go | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/git-codereview/doc.go b/git-codereview/doc.go index 75082d4..0f091ee 100644 --- a/git-codereview/doc.go +++ b/git-codereview/doc.go @@ -218,8 +218,8 @@ It is run by the shell scripts installed by the “git codereview hooks” comma The mail command starts the code review process for the pending change. git codereview mail [-r email,...] [-cc email,...] - [-diff] [-f] [-nokeycheck] [-hashtag tag,...] [-nokeycheck] - [-topic topic] [-trust] [-trybot] [-wip] + [-diff] [-f] [-hashtag tag,...] [-nokeycheck] + [-topic topic] [-trybot] [-wip] [revision] It pushes the pending change commit in the current branch to the Gerrit code @@ -254,9 +254,6 @@ The -nokeycheck flag disables the Gerrit server check for committed files containing data that looks like public keys. (The most common time -nokeycheck is needed is when checking in test cases for cryptography libraries.) -The -trust flag sets a Trust+1 vote on any uploaded changes. -The Go project uses this vote to identify trusted commit authors. - The -trybot flag sets a Run-TryBot+1 vote on any uploaded changes. The Go project uses this vote to start running integration tests on the CL. |
