From 0003109f5dcdf88dcd38c3e71680c5217790ada6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 25 May 2018 12:16:11 -0400 Subject: [PATCH] reword to cover the p2psdtio readonly case p2pstdio is allowed in readonly mode, and itself blocks writes --- doc/git-annex-shell.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/git-annex-shell.mdwn b/doc/git-annex-shell.mdwn index fc536e44b4..07f47cf3da 100644 --- a/doc/git-annex-shell.mdwn +++ b/doc/git-annex-shell.mdwn @@ -129,7 +129,8 @@ changed. * GIT_ANNEX_SHELL_READONLY - If set, disallows any command that could modify the repository. + If set, disallows any action that could modify the git-annex + repository. Note that this does not prevent passing commands on to git-shell. For that, you also need ...