ruby/lib/gitaly/diff_services_pb.rb in gitaly-0.29.0 vs ruby/lib/gitaly/diff_services_pb.rb in gitaly-0.30.0
- old
+ new
@@ -16,9 +16,10 @@
# Returns stream of CommitDiffResponse with patches chunked over messages
rpc :CommitDiff, CommitDiffRequest, stream(CommitDiffResponse)
# Return a stream so we can divide the response in chunks of deltas
rpc :CommitDelta, CommitDeltaRequest, stream(CommitDeltaResponse)
+ rpc :CommitPatch, CommitPatchRequest, stream(CommitPatchResponse)
end
Stub = Service.rpc_stub_class
end
end