aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-05 17:16:58 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-05 17:17:04 -0400
commited66c698e62ac72a4db60a60365e52a18c3caae3 (patch)
tree1e7b05ae8ef8be8e1b42d475662e8ab35bd00e87 /doc/git-annex.mdwn
parenta5031031f0d596b2381a785925beb574d90a862e (diff)
More commands work in direct mode repositories: find, whereis, move, copy, drop, log.
These started working, for free, once lookupFile supported direct mode. yay!!
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index b36577d99..7cd3c422c 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -269,9 +269,9 @@ subdirectories).
* direct
Switches a repository to use direct mode, where rather than symlinks to
- files, the files are directly present in the repository. Note that many git
- and git-annex commands will not work in direct mode; you're mostly
- limited to using "git annex sync" and "git annex get".
+ files, the files are directly present in the repository. Note that most git
+ commands and some git-annex commands will not work in direct mode; you're
+ mostly limited to using "git annex sync" and "git annex get".
As part of the switch to direct mode, any changed files will be committed.