diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-06 15:42:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-06 15:42:49 -0400 |
commit | 90ebbc0901b63b94d7488b3c7d0363839e462c3e (patch) | |
tree | bc5194ec71a4b1976fb787561c10ec8572dd7d03 /doc/git-annex.mdwn | |
parent | 45836f1dc0eaf5d7b1f9821690887f257bd6353e (diff) |
support fsck in direct mode
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 7cd3c422c..6aaea6753 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -270,8 +270,7 @@ subdirectories). Switches a repository to use direct mode, where rather than symlinks to 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". + commands and some git-annex commands will not work in direct mode. As part of the switch to direct mode, any changed files will be committed. |