commit | 03b299b5f05180b4bd12d1de83501746dde90cc0 | [log] [tgz] |
---|---|---|
author | Jesús Espino <jespinog@gmail.com> | Sun Jul 01 00:02:42 2018 +0200 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Mon Jul 02 20:29:14 2018 +0000 |
tree | 10d78b847fa28e372ef200e38d84fc12b9090a2f | |
parent | 3faf27076323fb8383c9b24e875f37a630b2f213 [diff] |
git-codereview: add -hashtag flag to the mail command It is now possible to mail a CL with any number of hashtags. Fixes golang/go#26149 Change-Id: I231826f95ec357bd448de12a9a5aa30e581c3bb3 Reviewed-on: https://go-review.googlesource.com/121798 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.