ruby/lib/gitaly/operations_services_pb.rb in gitaly-proto-0.68.0 vs ruby/lib/gitaly/operations_services_pb.rb in gitaly-proto-0.69.0
- old
+ new
@@ -21,9 +21,10 @@
rpc :UserMergeBranch, stream(UserMergeBranchRequest), stream(UserMergeBranchResponse)
rpc :UserFFBranch, UserFFBranchRequest, UserFFBranchResponse
rpc :UserCherryPick, UserCherryPickRequest, UserCherryPickResponse
rpc :UserRevert, UserRevertRequest, UserRevertResponse
rpc :UserCommitFiles, stream(UserCommitFilesRequest), UserCommitFilesResponse
+ rpc :UserRebase, UserRebaseRequest, UserRebaseResponse
end
Stub = Service.rpc_stub_class
end
end