5_backend.rb 252 Bytes
Newer Older
1 2 3
# GIT over HTTP
require Rails.root.join("lib", "gitlab", "backend", "grack_auth")

4 5
# GIT over SSH
require Rails.root.join("lib", "gitlab", "backend", "shell")
6 7 8

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