build/gerrit
Quinten Yearsley e43bf47e32 gerrit: correct the field name for commit message in RevisionInfo
The actual field returned by Gerrit in practice is called
CommitWithFooters:
https://gerrit.googlesource.com/gerrit/+/b2ce0c1008bb2755b999f45bbf4c81b8bb3aaaaf/java/com/google/gerrit/extensions/common/RevisionInfo.java

The field was apparently called "message with footers" here because of
out-of-date or inaccurate documentation; docs updated in
https://gerrit-review.googlesource.com/c/gerrit/+/227372.

Change-Id: I03c6ecda9eb49f12250c044d16f10b78c56c3925
Reviewed-on: https://go-review.googlesource.com/c/build/+/181340
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-10-14 22:22:43 +00:00
..
README.md all: add README.md files where missing, and tool to keep them updated 2017-08-02 22:17:52 +00:00
auth.go gerrit: allow setAuth to fallthrough to netrc lookup 2018-08-03 18:56:37 +00:00
auth_test.go gerrit: Add support for Digest Authorization 2017-03-25 20:05:26 +00:00
demo.go gerrit: switch to use std context package, require Go 1.7+ 2017-04-18 05:16:09 +00:00
example_test.go gerrit: switch to use std context package, require Go 1.7+ 2017-04-18 05:16:09 +00:00
gerrit.go gerrit: correct the field name for commit message in RevisionInfo 2019-10-14 22:22:43 +00:00
gerrit_test.go gerrit: add Client.GetProjectTags method, WebLinkInfo, TagInfo 2018-10-23 20:50:23 +00:00

README.md

GoDoc

golang.org/x/build/gerrit

Package gerrit contains code to interact with Gerrit servers.