commit | 0bdc7edde01a92e96255c6845b536d59706b9542 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Oct 02 09:42:13 2017 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Nov 10 03:12:52 2017 +0000 |
tree | 38e33d499a8dff245b9d3d7618c967260132a2fd | |
parent | c4baf783371a7c2b30b95ab528a38f6b12e7b6c1 [diff] |
git-codereview: batch GerritChange info fetches during pending This speeds pending a bit by reducing the number of round trips to the Gerrit server when you have a stack of CLs. Change-Id: I456e1a8739b9b6586f4e05c1a5442f402e440a79 Reviewed-on: https://go-review.googlesource.com/67571 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Austin Clements <austin@google.com>
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
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/review
.
The review binary itself is available at golang.org/x/review/git-codereview
. 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.