]> Cypherpunks.ru repositories - gostls13.git/commitdiff
[dev.fuzz] all: add codereview.cfg
authorKatie Hockman <katie@golang.org>
Thu, 18 Feb 2021 21:16:29 +0000 (16:16 -0500)
committerKatie Hockman <katie@golang.org>
Thu, 18 Feb 2021 22:16:05 +0000 (22:16 +0000)
This will enable the new "git-codereview sync-branch" command.

Change-Id: Id2f933f6d13e181817c56d2548172a74b1d0b629
Reviewed-on: https://go-review.googlesource.com/c/go/+/293909
Trust: Katie Hockman <katie@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
codereview.cfg [new file with mode: 0644]

diff --git a/codereview.cfg b/codereview.cfg
new file mode 100644 (file)
index 0000000..bed9bcf
--- /dev/null
@@ -0,0 +1,2 @@
+branch: dev.fuzz
+parent-branch: master
\ No newline at end of file