commit | c4baf783371a7c2b30b95ab528a38f6b12e7b6c1 | [log] [tgz] |
---|---|---|
author | Kevin Burke <kev@inburke.com> | Mon Jul 17 12:05:22 2017 -0700 |
committer | Kevin Burke <kev@inburke.com> | Fri Oct 06 14:39:39 2017 +0000 |
tree | 3f94d7ee2cabb0c8dcce03970ea96daa62d3c6a0 | |
parent | 0eaa382942a3219dcdf0eb1a5e6a72854ebf7dcd [diff] |
git-codereview: specify a dummy cookie file This test was incorrectly passing when it should be dying, because I have a global http.cookiefile defined that this test falls back to using if a local http.cookiefile isn't configured. Fix this by defining a local, invalid cookiefile, which causes git/git-codereview to error out. Change-Id: Ia538d3e8af53b849d672419582c21ba8a6fdbbdd Reviewed-on: https://go-review.googlesource.com/49293 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
. 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.