diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-11 12:08:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-11 12:08:31 -0400 |
commit | e3260722fad082352ebcf13bdaf521efd78675d1 (patch) | |
tree | b723bfe68b854396da3f79b147fe5afdf4741082 /doc | |
parent | de70e8217a9b8dd3c7ccb3d5b4984bb276c3a748 (diff) |
note that GIT_ANNEX_SHELL_READONLY does not imply GIT_ANNEX_SHELL_LIMITED
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex-shell.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/git-annex-shell.mdwn b/doc/git-annex-shell.mdwn index c6e8c05c0..eafb16468 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. |