diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-29 13:33:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-29 13:33:56 -0400 |
commit | 7d7b03e9ceab25efad67fc99e5b0813d210b1381 (patch) | |
tree | 4f63e904382ae9c93eb24d23cdab56efc3dd144a /doc/git-annex.mdwn | |
parent | ba329d0d99e7f2346356a76f7edb990b5e950ced (diff) |
update annex.direct docs
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 751a34714..35a1b2cdf 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -821,9 +821,9 @@ Here are all the supported configuration settings. * `annex.direct` - Set to true to enable an (experimental) mode where files in the repository - are accessed directly, rather than through symlinks. Note that many git - and git-annex commands will not work with such a repository. + Set to true when the repository is in direct mode. Should not be set + manually; use the "git annex direct" and "git annex indirect" commands + instead. * `annex.crippledfilesystem` |