commit | a2b90d2f6e29477343826a7b79798b588394f4aa | [log] [tgz] |
---|---|---|
author | Paul Jolly <paul@myitcv.io> | Mon May 11 06:16:42 2020 +0100 |
committer | Paul Jolly <paul@myitcv.org.uk> | Fri May 15 04:49:42 2020 +0000 |
tree | 9b1e2d3673716948e7051839e2eba4b1e1d970a0 | |
parent | 180dd7fcad2ad38f8a3b778687cac4c1a5ca7627 [diff] |
git-codereview: add -wip flag to mail command Add a -wip flag to the mail command to set the status of a change to work-in-progress. Per: https://gerrit-review.googlesource.com/Documentation/intro-user.html#wip Fixes golang/go#20991 Change-Id: I227beccb55570949e9b0f487d5394855611a118a Reviewed-on: https://go-review.googlesource.com/c/review/+/233237 Reviewed-by: Daniel Martà <mvdan@mvdan.cc> Reviewed-by: Andrew Bonventre <andybons@golang.org>
The git-codereview tool is a command-line tool for working with Gerrit.
The easiest way to install is to run go get -u golang.org/x/review/git-codereview
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/review
.
Run git codereview hooks
to install Gerrit hooks for your git repository.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the review repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/review:” in the subject line, so it is easy to find.