commit | de39345c7586e9110d8699d299bdc8100f35a5cb | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Feb 17 10:23:46 2021 -0500 |
committer | Russ Cox <rsc@golang.org> | Thu Feb 18 16:25:55 2021 -0500 |
tree | b797a25ac295ed44ef263192c8c8b31d98a8a198 | |
parent | 19899311a872616f0eb00d6eadccc1109d9047d3 [diff] |
hack Change-Id: I1c289dde45230a3362f54037ea18023278b05ffd
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.