ruby/lib/gitaly/commit_services_pb.rb in gitaly-proto-0.45.0 vs ruby/lib/gitaly/commit_services_pb.rb in gitaly-proto-0.46.0
- old
+ new
@@ -27,9 +27,10 @@
rpc :FindCommits, FindCommitsRequest, stream(FindCommitsResponse)
rpc :CommitLanguages, CommitLanguagesRequest, CommitLanguagesResponse
rpc :RawBlame, RawBlameRequest, stream(RawBlameResponse)
rpc :LastCommitForPath, LastCommitForPathRequest, LastCommitForPathResponse
rpc :CommitsByMessage, CommitsByMessageRequest, stream(CommitsByMessageResponse)
+ rpc :ListCommitsByOid, ListCommitsByOidRequest, stream(ListCommitsByOidResponse)
end
Stub = Service.rpc_stub_class
end
end