Skip to content

repository: Use sidechannel when creating fork

Will Chandler (ex-GitLab) requested to merge wc/fork-sidechannel into master

CreateFork() uses the old SSHUploadPack method when fetching the source repository, rather than the more efficient SSHUploadPackWithSidechannel. Update it to use the latter.

Edited by Will Chandler (ex-GitLab)

Merge request reports