2012-08-28 23:04:06 +02:00
|
|
|
# GIT over HTTP
|
|
|
|
require Rails.root.join("lib", "gitlab", "backend", "grack_auth")
|
|
|
|
|
2013-02-04 14:07:56 +01:00
|
|
|
# GIT over SSH
|
|
|
|
require Rails.root.join("lib", "gitlab", "backend", "shell")
|
2013-03-21 20:01:14 +01:00
|
|
|
|
|
|
|
# GitLab shell adapter
|
|
|
|
require Rails.root.join("lib", "gitlab", "backend", "shell_adapter")
|