• John Cai's avatar
    Allow gitaly create_repository to take a default branch argument · c1b8cab3
    John Cai authored
    Currently when rails wants to ensure a default branch name, it will call
    the Gitaly WriteRef RPC to manually change it. If this call happens in a
    racy way eg: it gets called when another RPC is operating on the same
    repository, it will fail. Rather than do this, the Gitaly
    CreateRepository RPC has a default_branch parameter.
    
    Allow rails callers to set this value. If it is not provided, then the
    default branch in Gitaly will be used, which is main.
    c1b8cab3
This project manages its dependencies using Bundler. Learn more
Gemfile.lock 41.9 KB