aboutsummaryrefslogtreecommitdiff
path: root/codereview.cfg
AgeCommit message (Collapse)Author
2021-02-12[dev.boringcrypto.go1.16] all: branch dev.boringcrypto.go1.16Filippo Valsorda
We don't set a parent-branch because we can't use "git-codereview sync-branch" to do our merges since we want them to happen at a specific commit (the release tag), not at the HEAD of the release-branch. We have misc/boring/merge.sh for release merges. To be fair, we can't use it for dev.boringcrypto merges either, because those also need to happen at the first conflicting commit, not at HEAD, but I am hoping eventually we'll get release merges into the release process, and maybe add a flag to sync-branch for master merges. Change-Id: Ia1fbe284f0d7fe82c29109b40601139697e2e1e3 Reviewed-on: https://go-review.googlesource.com/c/go/+/290173 TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Katie Hockman <katie@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org> Trust: Filippo Valsorda <filippo@golang.org> Run-TryBot: Filippo Valsorda <filippo@golang.org>
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>