ruby/proto/gitaly/diff_services_pb.rb in gitaly-1.69.0 vs ruby/proto/gitaly/diff_services_pb.rb in gitaly-1.70.0
- old
+ new
@@ -16,10 +16,9 @@
# 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)
rpc :RawDiff, RawDiffRequest, stream(RawDiffResponse)
rpc :RawPatch, RawPatchRequest, stream(RawPatchResponse)
rpc :DiffStats, DiffStatsRequest, stream(DiffStatsResponse)
end