commit | 2465c8e799238385f42c2e82d9f37a301cb066d0 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Feb 17 10:23:46 2021 -0500 |
committer | Russ Cox <rsc@golang.org> | Tue Feb 23 10:45:24 2021 +0000 |
tree | f52beb0e04f63ba404daa44f7577dc501ff0423c | |
parent | 19899311a872616f0eb00d6eadccc1109d9047d3 [diff] |
git-codereview: pending: show unresolved comment count Also fix a potential crash parsing a commit with no parents. Change-Id: I1c289dde45230a3362f54037ea18023278b05ffd Reviewed-on: https://go-review.googlesource.com/c/review/+/294129 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@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.