diff options
author | Rémy Coutable <remy@rymai.me> | 2017-03-06 17:08:09 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-03-06 17:08:09 +0000 |
commit | 199e2d62ebea9939e48d442c6a866d26d0aede4f (patch) | |
tree | 2b53de970e41ea67777b263462b623658905e382 /README.md | |
parent | a6e5b9a17821dab311e71fa83d2a973cb5361edb (diff) | |
parent | 416c7a89c38ca19259a2b82124c2681898e3d314 (diff) | |
download | gitlab-shell-199e2d62ebea9939e48d442c6a866d26d0aede4f.tar.gz |
Merge branch '1648-remove-git-annex-support' into 'master'
v5.0.0
Remove git annex support
See merge request !122
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 |