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 /README.md | |
parent | a6e5b9a17821dab311e71fa83d2a973cb5361edb (diff) | |
download | gitlab-shell-42d31f8fe18424617da19f55feb9b10f16219812.tar.gz |
Remove git annex support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ GitLab Shell is not a Unix shell nor a replacement for Bash or Zsh. When you access the GitLab server over ssh then GitLab Shell will: -1. Limits you to predefined git commands (git push, git pull, git annex). +1. Limits you to predefined git commands (git push, git pull). 1. Call the GitLab Rails API to check if you are authorized 1. It will execute the pre-receive hooks (called Git Hooks in GitLab Enterprise Edition) 1. It will execute the action you requested |