summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-02-24 14:20:20 +0100
committerPawel Chojnacki <pawel@chojnacki.ws>2017-02-24 14:20:20 +0100
commit42d31f8fe18424617da19f55feb9b10f16219812 (patch)
treedb5bdee18bb329daec31003b6626378c4fc3672a /config.yml.example
parenta6e5b9a17821dab311e71fa83d2a973cb5361edb (diff)
downloadgitlab-shell-42d31f8fe18424617da19f55feb9b10f16219812.tar.gz
Remove git annex support
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example8
1 files changed, 0 insertions, 8 deletions
diff --git a/config.yml.example b/config.yml.example
index cf6c91b..d5b7261 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -65,14 +65,6 @@ log_level: INFO
# incurs an extra API call on every gitlab-shell command.
audit_usernames: false
-# Enable git-annex support
-# git-annex allows managing files with git, without checking the file contents into git
-# See https://git-annex.branchable.com/ for documentation
-# If enabled, git-annex needs to be installed on the server where gitlab-shell is setup
-# For Debian and Ubuntu systems this can be done with: sudo apt-get install git-annex
-# For CentOS: sudo yum install epel-release && sudo yum install git-annex
-git_annex_enabled: false
-
# Git trace log file.
# If set, git commands receive GIT_TRACE* environment variables
# See https://git-scm.com/book/es/v2/Git-Internals-Environment-Variables#Debugging for documentation