aboutsummaryrefslogtreecommitdiff
path: root/doc/direct_mode.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/direct_mode.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/direct_mode.mdwn')
-rw-r--r--doc/direct_mode.mdwn8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/direct_mode.mdwn b/doc/direct_mode.mdwn
index 997b547e4..d1f9ae73e 100644
--- a/doc/direct_mode.mdwn
+++ b/doc/direct_mode.mdwn
@@ -41,11 +41,9 @@ Otherwise, the main command that's used in direct mode repositories is
`git annex sync`. This automatically adds new files, commits all
changed files to git, pushes them out, pulls down any changes, etc.
-You can also run `git annex get` to transfer the content of files into your
-direct mode repository. Or if the direct mode repository is a remote of
-some other, regular git-annex repository, you can use commands in the other
-repository like `git annex copy` and `git annex move` to transfer the
-contents of files to the direct mode repository.
+`git annex add` and some other commands are not yet supported in direct
+mode repositories. Feel free to try any git annex command though; ones that
+don't support direct mode will refuse to do anything.
You can use `git commit --staged`. (But not `git commit -a` .. It'll commit
whole large files into git!)