summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parenta6e5b9a17821dab311e71fa83d2a973cb5361edb (diff)
downloadgitlab-shell-42d31f8fe18424617da19f55feb9b10f16219812.tar.gz
Remove git annex support
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