commit | 5934012ba8014dec70c822aae374611bca0d7107 | [log] [tgz] |
---|---|---|
author | Jean de Klerk <deklerk@google.com> | Thu Aug 23 08:58:22 2018 -0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Thu Aug 23 16:34:29 2018 +0000 |
tree | bebc45e524fffc25bef23b0fbc971fa2dc75e02c | |
parent | 876f02c62271942a935a8a5ac3ee3534945db491 [diff] |
git-codereview: remove unused cruft Change-Id: If9b3494162311743d9ea84dc9dc26163d6563c9c Reviewed-on: https://go-review.googlesource.com/131055 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@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
. 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.