summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-03-06 17:08:09 +0000
committerRémy Coutable <remy@rymai.me>2017-03-06 17:08:09 +0000
commit199e2d62ebea9939e48d442c6a866d26d0aede4f (patch)
tree2b53de970e41ea67777b263462b623658905e382 /README.md
parenta6e5b9a17821dab311e71fa83d2a973cb5361edb (diff)
parent416c7a89c38ca19259a2b82124c2681898e3d314 (diff)
downloadgitlab-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index aa44204..8ba6b3b 100644
--- a/README.md
+++ b/README.md
@@ -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