• Nick Thomas's avatar
    Remove repository fork code from Gitlab::Shell · 0595e6ee
    Nick Thomas authored
    The fork_repository call was originally run as a gitlab-shell
    subprocess. Now, it's a Gitaly RPC. Removing the indirection makes
    this clearer and easier to understand.
    
    Only RepositoryForkWorker calls this RPC, so I haven't added it to the
    `Gitlab::Git::Repository` object.
    0595e6ee
repository_fork_worker.rb 2.17 KB