summaryrefslogtreecommitdiff
path: root/doc/direct_mode.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-01 14:01:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-01 15:30:54 -0400
commita0ed8194d486066aeebd17b72795d686dbbaa774 (patch)
tree72f8b7756d091621ed442a2d32cc811c658fddac /doc/direct_mode.mdwn
parent18a3a186e9cdb69ee503d961d8285a341d818c48 (diff)
direct mode by default in repositories created by assistant
Diffstat (limited to 'doc/direct_mode.mdwn')
-rw-r--r--doc/direct_mode.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/direct_mode.mdwn b/doc/direct_mode.mdwn
index 862a843cf..997b547e4 100644
--- a/doc/direct_mode.mdwn
+++ b/doc/direct_mode.mdwn
@@ -1,13 +1,14 @@
Normally, git-annex repositories consist of symlinks that are checked into
git, and in turn point at the content of large files that is stored in
-`.git/annex/objects/`. Direct mode is an experimental mode that gets rid of
-the symlinks.
+`.git/annex/objects/`. Direct mode gets rid of the symlinks.
The advantage of direct mode is that you can access files directly,
including modifying them. The disadvantage is that most regular git
commands cannot safely be used, and only a subset of git-annex commands
can be used.
+Repositories created by the [[assistant]] use direct mode by default.
+
## enabling (and disabling) direct mode
Any repository can be converted to use direct mode at any time, and if you