aboutsummaryrefslogtreecommitdiff
path: root/codereview.cfg
AgeCommit message (Collapse)Author
2021-08-10[dev.boringcrypto.go1.17] all: merge go1.17rc2 into dev.boringcrypto.go1.17Filippo Valsorda
Change-Id: I24c7d03fb140d1df8f33b950ee54f4ee51f345d6
2021-07-13[release-branch.go1.17] update codereview.cfg for release-branch.go1.17Dmitri Shuralyov
The initial "branch: master" configuration was inherited from when the release-branch.go1.17 branch was branched off the master branch. Update the "branch" key, otherwise a modern git-codereview will mail CLs to the wrong branch. We can set "parent-branch" so that 'git codereview sync-branch' works to merge latest master into release-branch.go1.17, something we want to do for subsequent RCs, maybe up to the final release. (At some point the release freeze will end and tree will open for Go 1.18 development, so we'll be switching to using cherry-picks only. Having parent-branch will not be useful then, but I think harmless.) Change-Id: I36ab977eaeb52bc0a84cc59e807572054f54c789 Reviewed-on: https://go-review.googlesource.com/c/go/+/334376 Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Heschi Kreinick <heschi@google.com> Trust: Dmitri Shuralyov <dmitshur@golang.org>
2021-02-19codereview.cfg: add codereview.cfg for master branchRuss Cox
The codereview sync-branch command wants all involved branches to have codereview.cfg, and this will help us when we transition from master to main later this year. Change-Id: Ia8e4c8b8c86864ed9d730e5d96be1ff386e2e1cb Reviewed-on: https://go-review.googlesource.com/c/go/+/294291 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
2021-02-07[dev.boringcrypto] all: add codereview.cfgFilippo Valsorda
This will enable the new "git-codereview merge" command, and improve targeting of "git-codereview mail". Change-Id: I176c86f1e6cee9be3288565342673cf58079a72d Reviewed-on: https://go-review.googlesource.com/c/go/+/290169 Trust: Filippo Valsorda <filippo@golang.org> Run-TryBot: Filippo Valsorda <filippo@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>