diff options
author | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-02-24 14:20:20 +0100 |
---|---|---|
committer | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-02-24 14:20:20 +0100 |
commit | 42d31f8fe18424617da19f55feb9b10f16219812 (patch) | |
tree | db5bdee18bb329daec31003b6626378c4fc3672a /lib/gitlab_config.rb | |
parent | a6e5b9a17821dab311e71fa83d2a973cb5361edb (diff) | |
download | gitlab-shell-42d31f8fe18424617da19f55feb9b10f16219812.tar.gz |
Remove git annex support
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 |