summaryrefslogtreecommitdiff
path: root/doc/direct_mode.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-16 19:52:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-16 19:52:41 -0400
commit2fd0c120e18c2af234fd9a1a403d6ba3af850f83 (patch)
tree5b10373e13fd4880a0b45239678e4f705ce0a804 /doc/direct_mode.mdwn
parentdd1f0b48c79e04d7ea00ae106b771322cfdcea16 (diff)
tweaks
Diffstat (limited to 'doc/direct_mode.mdwn')
-rw-r--r--doc/direct_mode.mdwn7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/direct_mode.mdwn b/doc/direct_mode.mdwn
index f8d6fe986..cd9ed4c28 100644
--- a/doc/direct_mode.mdwn
+++ b/doc/direct_mode.mdwn
@@ -49,12 +49,13 @@ A very few commands don't work in direct mode, and will refuse to do anything.
Direct mode also works well with the git-annex assistant.
-You can use `git commit --staged`. But not `git commit -a` .. It'll
-commit whole large files into git!
+You can use `git commit --staged`, or plain `git commit`.
+But not `git commit -a`, or `git commit <file>` ..
+that'd commit whole large files into git!
## what doesn't work in direct mode
-`git annex status` show incomplete information. A few other commands,
+`git annex status` shows incomplete information. A few other commands,
like `git annex unlock` don't make sense in direct mode and will refuse to
run.