ruby/proto/gitaly/diff_services_pb.rb in gitaly-13.6.1 vs ruby/proto/gitaly/diff_services_pb.rb in gitaly-13.7.0.pre.rc1
- old
+ new
@@ -19,9 +19,11 @@
# Return a stream so we can divide the response in chunks of deltas
rpc :CommitDelta, Gitaly::CommitDeltaRequest, stream(Gitaly::CommitDeltaResponse)
rpc :RawDiff, Gitaly::RawDiffRequest, stream(Gitaly::RawDiffResponse)
rpc :RawPatch, Gitaly::RawPatchRequest, stream(Gitaly::RawPatchResponse)
rpc :DiffStats, Gitaly::DiffStatsRequest, stream(Gitaly::DiffStatsResponse)
+ # Return a list of files changed along with the status of each file
+ rpc :FindChangedPaths, Gitaly::FindChangedPathsRequest, stream(Gitaly::FindChangedPathsResponse)
end
Stub = Service.rpc_stub_class
end
end