aboutsummaryrefslogtreecommitdiff
path: root/git-codereview/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'git-codereview/doc.go')
-rw-r--r--git-codereview/doc.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-codereview/doc.go b/git-codereview/doc.go
index 7624909..8cf1e64 100644
--- a/git-codereview/doc.go
+++ b/git-codereview/doc.go
@@ -191,7 +191,7 @@ Mail
The mail command starts the code review process for the pending change.
- git codereview mail [-f] [-r email] [-cc email] [-trybot] [revision]
+ git codereview mail [-f] [-r email] [-cc email] [-trybot] [-wip] [revision]
It pushes the pending change commit in the current branch to the Gerrit code
review server and prints the URL for the change on the server.
@@ -210,6 +210,8 @@ and then, in case of ambiguity, using the reviewer who appears most often.
The -trybot flag runs the trybots on all new or updated changes. It is
equivalent to setting the Run-Trybot+1 label from Gerrit.
+The -wip flag sets the status of the change to work-in-progress.
+
The mail command fails if there are staged edits that are not committed.
The -f flag overrides this behavior.