<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-x-review, branch v1.1.0</title>
<subtitle>Fork of golang.org/x/review with my patches.</subtitle>
<id>http://git.kilabit.info/go-x-review/atom?h=v1.1.0</id>
<link rel='self' href='http://git.kilabit.info/go-x-review/atom?h=v1.1.0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/'/>
<updated>2022-10-03T20:07:31Z</updated>
<entry>
<title>git-codereview: add -autosubmit</title>
<updated>2022-10-03T20:07:31Z</updated>
<author>
<name>Heschi Kreinick</name>
<email>heschi@google.com</email>
</author>
<published>2022-09-16T15:17:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=a897dc9c03c577746ba0a4033dc61f3e5983f3e2'/>
<id>urn:sha1:a897dc9c03c577746ba0a4033dc61f3e5983f3e2</id>
<content type='text'>
Add a flag to set the Auto-Submit label.

For golang/go#48021.

Change-Id: If704e8b5e9e0e2521eed78fe28af10d3c31ec3a0
Reviewed-on: https://go-review.googlesource.com/c/review/+/431375
Auto-Submit: Heschi Kreinick &lt;heschi@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Russ Cox &lt;rsc@golang.org&gt;
Run-TryBot: Heschi Kreinick &lt;heschi@google.com&gt;
</content>
</entry>
<entry>
<title>A+C: delete AUTHORS and CONTRIBUTORS</title>
<updated>2022-07-22T15:52:49Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2022-07-22T15:10:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=0c548b8eec7a2541f601138b66789ae12dfbace1'/>
<id>urn:sha1:0c548b8eec7a2541f601138b66789ae12dfbace1</id>
<content type='text'>
In 2009, Google's open-source lawyers asked us to create the AUTHORS
file to define "The Go Authors", and the CONTRIBUTORS file was in
keeping with open source best practices of the time.

Re-reviewing our repos now in 2022, the open-source lawyers are
comfortable with source control history taking the place of the
AUTHORS file, and most open source projects no longer maintain
CONTRIBUTORS files.

To ease maintenance, remove AUTHORS and CONTRIBUTORS from all repos.

For golang/go#53961.

Change-Id: Idf51261da9667c3f04b13976ed0686f06cbf42c0
Reviewed-on: https://go-review.googlesource.com/c/review/+/419101
Run-TryBot: Russ Cox &lt;rsc@golang.org&gt;
Reviewed-by: David Chase &lt;drchase@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>git-codereview: print more about Gerrit API errors</title>
<updated>2022-06-01T20:01:15Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2022-06-01T18:40:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=5579f240cbb7938362d82a9334c9f7a6a0d477b3'/>
<id>urn:sha1:5579f240cbb7938362d82a9334c9f7a6a0d477b3</id>
<content type='text'>
For golang/go#50576.

Change-Id: I3b67234098cbf9cd28bfa578c0b29744a4add2a3
Reviewed-on: https://go-review.googlesource.com/c/review/+/409914
Run-TryBot: Russ Cox &lt;rsc@golang.org&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
Reviewed-by: Bryan Mills &lt;bcmills@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
</content>
</entry>
<entry>
<title>git-codereview: print about all Gerrit API errors</title>
<updated>2022-04-14T15:34:40Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2022-04-12T20:16:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=ae62a0b8f23348d14a0270fafc2ee02ef5149a2e'/>
<id>urn:sha1:ae62a0b8f23348d14a0270fafc2ee02ef5149a2e</id>
<content type='text'>
Trying to chase down a problem with slow builders.
If this gets to be too chatty, we can limit it to builders.

For golang/go#50576.

Change-Id: I16c7818153d2444c897b4946ce7baebbd646ab23
Reviewed-on: https://go-review.googlesource.com/c/review/+/399116
Run-TryBot: Russ Cox &lt;rsc@golang.org&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Bryan Mills &lt;bcmills@google.com&gt;
</content>
</entry>
<entry>
<title>git-codereview: remove -trust</title>
<updated>2022-04-12T21:26:36Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2022-04-12T20:19:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=f2105c4cf825fe09ece01c9d554f6c0a5bc06a03'/>
<id>urn:sha1:f2105c4cf825fe09ece01c9d554f6c0a5bc06a03</id>
<content type='text'>
We don't use that label anymore.

Change-Id: Ic31841efaea5d9d9ae38077d8c3a3b6c548fee88
Reviewed-on: https://go-review.googlesource.com/c/review/+/399117
Run-TryBot: Russ Cox &lt;rsc@golang.org&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
Reviewed-by: Bryan Mills &lt;bcmills@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>git-codereview: fix how to install the command</title>
<updated>2022-04-12T01:58:12Z</updated>
<author>
<name>cia-rana</name>
<email>kiwamura0314@gmail.com</email>
</author>
<published>2022-04-09T07:32:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=b1bd8c59b0eedfe9d0e2674f9a2e942666b5f478'/>
<id>urn:sha1:b1bd8c59b0eedfe9d0e2674f9a2e942666b5f478</id>
<content type='text'>
Change-Id: Iaa78b677af114d3e6ec48855aa8d5459e4f979ef
Reviewed-on: https://go-review.googlesource.com/c/review/+/399314
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
Reviewed-by: Kevin Burke &lt;kevin@burke.dev&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
Run-TryBot: Ian Lance Taylor &lt;iant@google.com&gt;
Auto-Submit: Ian Lance Taylor &lt;iant@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Russ Cox &lt;rsc@golang.org&gt;
</content>
</entry>
<entry>
<title>all: gofmt</title>
<updated>2022-04-11T22:47:05Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2022-04-11T17:12:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=adff2bbdb1effc869015960245d9d472a47859f8'/>
<id>urn:sha1:adff2bbdb1effc869015960245d9d472a47859f8</id>
<content type='text'>
Gofmt to update doc comments to the new formatting.

For golang/go#51082.

Change-Id: I257fdc6811a1156714d7c7934f6256f07a460b9d
Reviewed-on: https://go-review.googlesource.com/c/review/+/399618
Run-TryBot: Russ Cox &lt;rsc@golang.org&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Auto-Submit: Russ Cox &lt;rsc@golang.org&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
</content>
</entry>
<entry>
<title>git-codereview: handle branches checked out in a worktree</title>
<updated>2022-04-06T16:32:06Z</updated>
<author>
<name>Filippo Valsorda</name>
<email>hi@filippo.io</email>
</author>
<published>2021-10-29T21:05:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=9dad70dcb7f1b857480364eb02b54f4c9378d9fa'/>
<id>urn:sha1:9dad70dcb7f1b857480364eb02b54f4c9378d9fa</id>
<content type='text'>
Change-Id: I085f1d27e9d109a81bc40603b98ebf0d827dfd66
Reviewed-on: https://go-review.googlesource.com/c/review/+/359814
Trust: Filippo Valsorda &lt;filippo@golang.org&gt;
Run-TryBot: Filippo Valsorda &lt;filippo@golang.org&gt;
Auto-Submit: Filippo Valsorda &lt;filippo@golang.org&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Russ Cox &lt;rsc@golang.org&gt;
</content>
</entry>
<entry>
<title>git-codereview: fix sync-branch to work in worktrees</title>
<updated>2022-04-06T16:00:51Z</updated>
<author>
<name>Filippo Valsorda</name>
<email>filippo@golang.org</email>
</author>
<published>2021-02-07T23:10:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=8c1fa9c3b8ad0c79f9cefba3bdd8afde5d569f38'/>
<id>urn:sha1:8c1fa9c3b8ad0c79f9cefba3bdd8afde5d569f38</id>
<content type='text'>
Change-Id: I8a3bcad53eae3273dc498ba94d53fe2d50b58520
Reviewed-on: https://go-review.googlesource.com/c/review/+/290212
Trust: Filippo Valsorda &lt;filippo@golang.org&gt;
Run-TryBot: Filippo Valsorda &lt;filippo@golang.org&gt;
Auto-Submit: Filippo Valsorda &lt;filippo@golang.org&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Russ Cox &lt;rsc@golang.org&gt;
</content>
</entry>
<entry>
<title>all: update go.mod version</title>
<updated>2022-04-05T17:00:23Z</updated>
<author>
<name>Filippo Valsorda</name>
<email>filippo@golang.org</email>
</author>
<published>2022-04-05T09:41:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-review/commit/?id=de8a882f906a462d2dce15a16b07346147b00c86'/>
<id>urn:sha1:de8a882f906a462d2dce15a16b07346147b00c86</id>
<content type='text'>
Signed shifts in gofmt.go and submit.go require Go 1.13 or later.

Change-Id: I32c84ddfd052717d06f1bbe1543a5d4558b60807
Reviewed-on: https://go-review.googlesource.com/c/review/+/398374
Trust: Filippo Valsorda &lt;filippo@golang.org&gt;
Run-TryBot: Filippo Valsorda &lt;filippo@golang.org&gt;
Auto-Submit: Filippo Valsorda &lt;filippo@golang.org&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
</content>
</entry>
</feed>
