ruby/proto/gitaly/repository_services_pb.rb in gitaly-17.5.3 vs ruby/proto/gitaly/repository_services_pb.rb in gitaly-17.6.0.pre.rc42

- old
+ new

@@ -46,12 +46,9 @@ # depending on how Git decides to deltify it in a packfile. Thus, when a repack would cause a # different delta base to be picked, the actual on-disk size of any given object may change. rpc :ObjectsSize, stream(::Gitaly::ObjectsSizeRequest), ::Gitaly::ObjectsSizeResponse # ObjectFormat determines the object format that is being used by the repository. rpc :ObjectFormat, ::Gitaly::ObjectFormatRequest, ::Gitaly::ObjectFormatResponse - # ApplyGitattributes writes the attributes from the given revision to info/attributes. - # This RPC will be removed in 17.0. - rpc :ApplyGitattributes, ::Gitaly::ApplyGitattributesRequest, ::Gitaly::ApplyGitattributesResponse # FetchRemote fetches references from a remote repository into the local # repository. The remote can be fetched via HTTP or SSH depending on the # request options provided. rpc :FetchRemote, ::Gitaly::FetchRemoteRequest, ::Gitaly::FetchRemoteResponse # CreateRepository creates a new empty repository.