1. 20 Jul, 2012 7 commits
  2. 19 Jul, 2012 4 commits
  3. 18 Jul, 2012 8 commits
  4. 17 Jul, 2012 4 commits
  5. 16 Jul, 2012 7 commits
  6. 15 Jul, 2012 1 commit
  7. 14 Jul, 2012 1 commit
  8. 13 Jul, 2012 3 commits
  9. 10 Jul, 2012 3 commits
  10. 11 Jul, 2012 2 commits
    • Dmitriy Zaporozhets's avatar
      Merge pull request #1075 from VonC/master · 78af4683
      Dmitriy Zaporozhets authored
      Look for 'gitolite_admin_uri' in the right section of 'gitlab.yml'.
      78af4683
    • VonC's avatar
      Look for 'gitolite_admin_uri' in the right section · 2600e80b
      VonC authored
      of 'gitlab.yml'.
      
      gitlabhq\config\initializers\1_settings.rb looks for
      'gitolite_admin_uri' in the 'git' section of 'gitlab.yml'
      
      Actually, that setting is in the 'git_host' section.
      If not fixed, the 'gitolite_admin_uri' would always be equals to
      'git@localhost:gitolite-admin', even if the administrator wants
      to have another user than 'git' in charge of that repo.
      2600e80b