diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-16 08:58:18 -0800 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-16 08:58:18 -0800 |
| commit | db77a6120745364036512c31b93428cd0714b884 (patch) | |
| tree | 5790bd7b1ee542641ae3a44dd7e902cf07298639 /config.yml.example | |
| parent | 487b1bf271907e04701fd8a750d194a5b06eb4c0 (diff) | |
| download | gitlab-shell-db77a6120745364036512c31b93428cd0714b884.tar.gz | |
Add config option to disable git-annex
Diffstat (limited to 'config.yml.example')
| -rw-r--r-- | config.yml.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example index 97b5006..66ab52d 100644 --- a/config.yml.example +++ b/config.yml.example @@ -46,3 +46,8 @@ log_level: INFO # Set to true to see real usernames in the logs instead of key ids, which is easier to follow, but # 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 +git_annex_enabled: true |
