diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 2 | ||||
-rw-r--r-- | doc/internals.mdwn | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 11f617f1b..2865c8af5 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -282,6 +282,8 @@ Many git-annex commands will stage changes for later `git commit` by you. Downloads each url to a file, which is added to the annex. + To avoid immediately downloading the url, specify --fast + * fromkey file This plumbing-level command can be used to manually set up a file diff --git a/doc/internals.mdwn b/doc/internals.mdwn index a4ec5c417..e80ecbac0 100644 --- a/doc/internals.mdwn +++ b/doc/internals.mdwn @@ -22,7 +22,7 @@ deleting or changing the file contents. This branch is managed by git-annex, with the contents listed below. The file `.git/annex/index` is a separate git index file it uses -to accumlate changes for the git-annex. Also, `.git/annex/journal/` is used +to accumulate changes for the git-annex. Also, `.git/annex/journal/` is used to record changes before they are added to git. Note that for speed reasons, git-annex assumes only it will modify this |