diff options
author | http://sunny256.sunbase.org/ <sunny256@web> | 2011-02-15 05:42:20 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-02-15 05:42:20 +0000 |
commit | 399be585380839eda2ccd77cffaeab289ecc9ffa (patch) | |
tree | 6b4567406c5e2360c34573b96c4927100c798e0f /doc/git-annex.mdwn | |
parent | 1760ad71d85bcb66841dfcd45ba64f29fd809637 (diff) |
Typo fixes in git-annex.mdwn
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index d670d626e..2f25f9bf8 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -219,7 +219,7 @@ Many git-annex commands will stage changes for later `git commit` by you. * fromkey file - This can be used to maually set up a file to link to a specified key + This can be used to manually set up a file to link to a specified key in the key-value backend. How you determine an existing key in the backend varies. For the URL backend, the key is just a URL to the content. @@ -244,7 +244,7 @@ Many git-annex commands will stage changes for later `git commit` by you. * setkey file - This plumbing-level command sets the annxed data for a key to the content of + This plumbing-level command sets the annexed data for a key to the content of the specified file, and then removes the file. A backend will typically need to be specified with --backend. If none @@ -380,7 +380,7 @@ These files are used by git-annex, in your git repository: available. Annexed files in your git repository symlink to that content. `.git-annex/uuid.log` is used to map between repository UUID and -decscriptions. +descriptions. `.git-annex/trust.log` is used to indicate which repositories are trusted and untrusted. |