ruby/lib/gitaly/operations_services_pb.rb in gitaly-proto-0.120.0 vs ruby/lib/gitaly/operations_services_pb.rb in gitaly-proto-0.121.0
- old
+ new
@@ -24,9 +24,10 @@
rpc :UserCherryPick, UserCherryPickRequest, UserCherryPickResponse
rpc :UserRevert, UserRevertRequest, UserRevertResponse
rpc :UserCommitFiles, stream(UserCommitFilesRequest), UserCommitFilesResponse
rpc :UserRebase, UserRebaseRequest, UserRebaseResponse
rpc :UserSquash, UserSquashRequest, UserSquashResponse
+ rpc :UserApplyPatch, stream(UserApplyPatchRequest), UserApplyPatchResponse
end
Stub = Service.rpc_stub_class
end
end