ruby/lib/gitaly/commit_services_pb.rb in gitaly-proto-1.36.0 vs ruby/lib/gitaly/commit_services_pb.rb in gitaly-proto-1.37.0
- old
+ new
@@ -30,9 +30,10 @@
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 :ListCommitsByRefName, ListCommitsByRefNameRequest, stream(ListCommitsByRefNameResponse)
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
# full text.
rpc :ExtractCommitSignature, ExtractCommitSignatureRequest, stream(ExtractCommitSignatureResponse)