ruby/lib/gitaly/commit_services_pb.rb in gitaly-proto-0.117.0 vs ruby/lib/gitaly/commit_services_pb.rb in gitaly-proto-0.118.0

- old
+ new

@@ -26,9 +26,10 @@ rpc :FindAllCommits, FindAllCommitsRequest, stream(FindAllCommitsResponse) rpc :FindCommits, FindCommitsRequest, stream(FindCommitsResponse) rpc :CommitLanguages, CommitLanguagesRequest, CommitLanguagesResponse rpc :RawBlame, RawBlameRequest, stream(RawBlameResponse) rpc :LastCommitForPath, LastCommitForPathRequest, LastCommitForPathResponse + rpc :ListLastCommitsForTree, ListLastCommitsForTreeRequest, stream(ListLastCommitsForTreeResponse) rpc :CommitsByMessage, CommitsByMessageRequest, stream(CommitsByMessageResponse) rpc :ListCommitsByOid, ListCommitsByOidRequest, stream(ListCommitsByOidResponse) rpc :FilterShasWithSignatures, stream(FilterShasWithSignaturesRequest), stream(FilterShasWithSignaturesResponse) # ExtractCommitSignature returns a stream because the signed text may be # arbitrarily large and signature verification is impossible without the