Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed Nov 30, 2023
1 parent 0ae1cf3 commit cbc577e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buf/registry/module/v1beta1/branch_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ message ListBranchesResponse {
message AppendCommitsRequest {
message Value {
// The Branch to append the Commit to.
//
// TODO: Does this branch need to already exist? If not, document, and perhaps
// re-evaluate naming of RPC, or (more likely) just document that non-existent
// branches will be created.
BranchRef branch_ref = 1 [(buf.validate.field).required = true];
// The ID of the Commit to push to the Branch.
//
Expand Down

0 comments on commit cbc577e

Please sign in to comment.