note that GIT_ANNEX_SHELL_READONLY does not imply GIT_ANNEX_SHELL_LIMITED

This commit is contained in:
Joey Hess 2014-04-11 12:08:31 -04:00
parent a67c16a81e
commit b8e43fda1e
Failed to extract signature

View file

@ -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.