This is stuff needed for my Github->Gerrit bot.
Change-Id: Ie072d7b66be2b219ba48245305a8187446238c9e
Reviewed-on: https://go-review.googlesource.com/19380
Reviewed-by: Andrew Gerrand <adg@golang.org>
Adds fields for the 'draft' flag, patch set number, and revision uploader.
Change-Id: I3780e2df046d9fe1065a6dc1b39400b4ea049d3a
Reviewed-on: https://go-review.googlesource.com/13936
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This adds revision creation date, git ref, and fetch info to the Gerrit
RevisionInfo type. In particular, adding fetch info allows the caller
to include "DOWNLOAD_COMMANDS" as a field to return in queries; this can
be useful in automation.
Change-Id: I407024b2d50278f7179bc589cbe29fa279d5ab78
Reviewed-on: https://go-review.googlesource.com/13896
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Sample of new default output:
CL 9259 1/ 1d go 0intro bradfitz+2* archive/tar: fix error message
CL 6790 15/ 52d go vbatts@gma... bradfitz* archive/tar: fix round-trip attributes #9027
CL 9267 2/ 2d go josharian * cmd/5g, etc: prepare Node.Val to be unexported
CL 9263 2/ 3d go josharian minux* cmd/5g, etc: prepare to unexport gc.Mp*
CL 8773 1/ 14d go michael.hu... iant* cmd/6l, cmd/internal/ld: abort on shared library ABI mismatch
CL 8214 4/ 26d go aram iant+2* cmd/6l: use .plt instead of .got on Solaris
The old default behavior of "cl" is now "cl -r -url".
Change-Id: I5befaa0edffa965a041d223aa75aca7c26c6984a
Reviewed-on: https://go-review.googlesource.com/9360
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>