I have been laid off from Google.

As such, I can't officially review changes anymore.

Change-Id: Ia70fcc352f181b3b4148d558ce6ec6bcd389862c
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/78587
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Adam Langley <agl@google.com>
Auto-Submit: Bob Beck <beck@openbsd.org>
Reviewed-by: David Benjamin <davidben@google.com>
This commit is contained in:
Bob Beck
2025-04-16 10:56:23 -06:00
committed by Boringssl LUCI CQ
parent eac08c808f
commit 129da2cf42
2 changed files with 6 additions and 6 deletions

View File

@@ -6,15 +6,15 @@
"github": "agl",
"name": "Adam Langley"
},
{
"email": "bbe@google.com",
"github": "bob-beck",
"name": "Bob Beck"
},
{
"email": "davidben@google.com",
"github": "davidben",
"name": "David Benjamin"
},
{
"email": "dadrian@google.com",
"github": "dadrian",
"name": "David Adrian"
}
],
"repository": [

View File

@@ -41,7 +41,7 @@ To upload a change, push it to the special `refs/for/main` target:
git push origin HEAD:refs/for/main
The output will then give you a link to the change. Add `agl@google.com`,
`davidben@google.com`, and `bbe@google.com` as reviewers.
`davidben@google.com` as reviewers.
Pushing a commit with the same Change-Id as an existing change will upload a new
version of it. (Use the `git rebase` or `git commit --amend` commands.)