ruby/lib/gitaly/diff_services_pb.rb in gitaly-0.7.0 vs ruby/lib/gitaly/diff_services_pb.rb in gitaly-0.8.0
- old
+ new
@@ -12,10 +12,10 @@
self.marshal_class_method = :encode
self.unmarshal_class_method = :decode
self.service_name = 'gitaly.Diff'
- # Returns stream of CommitDiffResponse: 1 per changed file
+ # 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)
end