From b8e43fda1e09ec217b793d0b8cd206cf38376244 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 11 Apr 2014 12:08:31 -0400 Subject: [PATCH] note that GIT_ANNEX_SHELL_READONLY does not imply GIT_ANNEX_SHELL_LIMITED --- doc/git-annex-shell.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/git-annex-shell.mdwn b/doc/git-annex-shell.mdwn index c6e8c05c0a..eafb164682 100644 --- a/doc/git-annex-shell.mdwn +++ b/doc/git-annex-shell.mdwn @@ -106,6 +106,9 @@ changed. If set, disallows any command that could modify the repository. + Note that this does not prevent passing commands on to git-shell. + For that, you also need ... + * GIT_ANNEX_SHELL_LIMITED If set, disallows running git-shell to handle unknown commands.