ruby/proto/gitaly/repository_services_pb.rb in gitaly-17.4.1 vs ruby/proto/gitaly/repository_services_pb.rb in gitaly-17.4.2

- old
+ new

@@ -115,11 +115,11 @@ # and objects required to recreate the state of a repository at a point in time. rpc :GetSnapshot, ::Gitaly::GetSnapshotRequest, stream(::Gitaly::GetSnapshotResponse) # CreateRepositoryFromSnapshot creates a new repository based on a snapshot created with # the GetSnapshot RPC. The snapshot is fetched via HTTP. # - # Due to the inherent structure of the TAR format, it's challenging to definitively verify - # if a provided TAR file is complete or truncated/malformed. While basic integrity checks + # Due to the inherent structure of the TAR format, it's challenging to definitively verify + # if a provided TAR file is complete or truncated/malformed. While basic integrity checks # are performed, users should ensure the completeness and integrity of their TAR files. rpc :CreateRepositoryFromSnapshot, ::Gitaly::CreateRepositoryFromSnapshotRequest, ::Gitaly::CreateRepositoryFromSnapshotResponse # GetRawChanges returns metadata in raw format on the changes between two revisions. rpc :GetRawChanges, ::Gitaly::GetRawChangesRequest, stream(::Gitaly::GetRawChangesResponse) # SearchFilesByContent searches files in the repository using the provided grep pattern.