From b5cd5c1cd065dcd0e600b90c36be312c57c5af70 Mon Sep 17 00:00:00 2001 From: David Kim Date: Fri, 24 Nov 2023 16:07:22 +1100 Subject: Fix a typo in UserCommitFilesRequestHeader --- proto/go/gitalypb/operations.pb.go | 2 +- proto/operations.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'proto') diff --git a/proto/go/gitalypb/operations.pb.go b/proto/go/gitalypb/operations.pb.go index 333c8b088..ce8526742 100644 --- a/proto/go/gitalypb/operations.pb.go +++ b/proto/go/gitalypb/operations.pb.go @@ -2764,7 +2764,7 @@ type UserCommitFilesRequestHeader struct { // point to the new commit. Force bool `protobuf:"varint,9,opt,name=force,proto3" json:"force,omitempty"` // start_sha specifies the SHA of the commit to use as the parent of new commit. Takes priority - // over start_branch_name and branc_name. Optional. + // over start_branch_name and branch_name. Optional. StartSha string `protobuf:"bytes,10,opt,name=start_sha,json=startSha,proto3" json:"start_sha,omitempty"` // timestamp is the optional timestamp to use for the commits as author and // committer date. If it's not set, the current time will be used. diff --git a/proto/operations.proto b/proto/operations.proto index 4b6264bb7..27a792572 100644 --- a/proto/operations.proto +++ b/proto/operations.proto @@ -831,7 +831,7 @@ message UserCommitFilesRequestHeader { // point to the new commit. bool force = 9; // start_sha specifies the SHA of the commit to use as the parent of new commit. Takes priority - // over start_branch_name and branc_name. Optional. + // over start_branch_name and branch_name. Optional. string start_sha = 10; // timestamp is the optional timestamp to use for the commits as author and // committer date. If it's not set, the current time will be used. -- cgit v1.2.3