diff options
author | Rémy Coutable <remy@rymai.me> | 2017-03-06 17:08:09 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-03-06 17:08:09 +0000 |
commit | 199e2d62ebea9939e48d442c6a866d26d0aede4f (patch) | |
tree | 2b53de970e41ea67777b263462b623658905e382 /lib/gitlab_config.rb | |
parent | a6e5b9a17821dab311e71fa83d2a973cb5361edb (diff) | |
parent | 416c7a89c38ca19259a2b82124c2681898e3d314 (diff) | |
download | gitlab-shell-199e2d62ebea9939e48d442c6a866d26d0aede4f.tar.gz |
Merge branch '1648-remove-git-annex-support' into 'master'
v5.0.0
Remove git annex support
See merge request !122
Diffstat (limited to 'lib/gitlab_config.rb')
-rw-r--r-- | lib/gitlab_config.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gitlab_config.rb b/lib/gitlab_config.rb index a51a32c..fc9b348 100644 --- a/lib/gitlab_config.rb +++ b/lib/gitlab_config.rb @@ -54,10 +54,6 @@ class GitlabConfig @config['audit_usernames'] ||= false end - def git_annex_enabled? - @config['git_annex_enabled'] ||= false - end - def git_trace_log_file @config['git_trace_log_file'] end |