summaryrefslogtreecommitdiff
path: root/config/initializers/5_backend.rb
blob: 7c2e7f3900053c1b1b9b893faa0f1dc9c2c244ba (plain)
1
2
3
4
5
6
7
8
# GIT over HTTP
require Rails.root.join("lib", "gitlab", "backend", "grack_auth")

# GIT over SSH
require Rails.root.join("lib", "gitlab", "backend", "shell")

# GitLab shell adapter
require Rails.root.join("lib", "gitlab", "backend", "shell_adapter")