From: Filippo Valsorda Date: Fri, 5 Feb 2021 23:55:51 +0000 (+0100) Subject: [dev.boringcrypto] all: add codereview.cfg X-Git-Tag: go1.19beta1~484^2~58 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=325e03a64fdea0dce391378383334d331c8f67ee;p=gostls13.git [dev.boringcrypto] all: add codereview.cfg 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 Run-TryBot: Filippo Valsorda TryBot-Result: Go Bot Reviewed-by: Ian Lance Taylor --- diff --git a/codereview.cfg b/codereview.cfg new file mode 100644 index 0000000000..4157a7260b --- /dev/null +++ b/codereview.cfg @@ -0,0 +1,2 @@ +branch: dev.boringcrypto +parent-branch: master