blob: e60d9559c9462852abd8f1ae9a7c0b6426fff7a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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")
# Gitlab Git repos path
Gitlab::Git::Repository.repos_path = Gitlab.config.gitlab_shell.repos_path
|