diff options
| author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-02-16 22:35:52 +0000 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-02-16 22:35:52 +0000 |
| commit | e7dd51ae31e70b27289e407c10beac7de6eb7cd1 (patch) | |
| tree | 6868eace0f700029768affb480126afc2ce8eff4 /lib | |
| parent | bb88412570e604c1960ea3dd3bfc686f539576dc (diff) | |
| parent | 5dae74118719e495b16733aca3c2607b9842f8dc (diff) | |
| download | gitlab-shell-e7dd51ae31e70b27289e407c10beac7de6eb7cd1.tar.gz | |
Merge branch 'git-annex-disabled' into 'master'
Git annex disabled by default
cc @sytse
See merge request !57
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gitlab_config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_config.rb b/lib/gitlab_config.rb index 422898d..300d6ba 100644 --- a/lib/gitlab_config.rb +++ b/lib/gitlab_config.rb @@ -48,7 +48,7 @@ class GitlabConfig end def git_annex_enabled? - @config['git_annex_enabled'] ||= true + @config['git_annex_enabled'] ||= false end # Build redis command to write update event in gitlab queue |
