Skip to content

Add RepositoryCredentials message in shared.proto

What does this MR do?

It adds RepositoryCredentials message in shared.proto, and change the FetchRemoteRequest, and FindRemoteRootRefRequest RPC calls to use it. These changes allow us to fetch the remote default branch when a project is using the SSH protocol.

What are the relevant issue numbers?

gitaly#1363 (comment 109478960)

Merge request reports