commit | 180dd7fcad2ad38f8a3b778687cac4c1a5ca7627 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Mar 11 09:43:46 2020 -0400 |
committer | Russ Cox <rsc@golang.org> | Wed Mar 11 14:50:59 2020 +0000 |
tree | 89926eab4cb1ed9576703e8b1a1789138745c933 | |
parent | f51a73253c4da005cfdf18a036e11185c04c8ce3 [diff] |
git-codereview: remove use of Mergeable Mergeable has been removed from the Gerrit API - it was too expensive to maintain, had racy semantics, and was too little used. As of right now, git submit fails because it doesn't see "mergeable":true in the JSON. Remove the use of it in git-codereview. Change-Id: I12c821b9dbc44183a689d510dd20104eab5a0043 Reviewed-on: https://go-review.googlesource.com/c/review/+/222937 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@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.