summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-28 14:10:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-28 14:10:50 -0400
commite6da7eb1770e506661d8c6755736ed285a17554a (patch)
tree170d6a8c3a73a84f7d44de3580a774837fc8cf8f /doc
parent04fe906ac6e611fd59ef44244a01e8fe61abec6f (diff)
Improved temp file handling
* Improved temp file handling. Transfers of content can now be resumed from temp files later; the resume does not have to be the immediate next git-annex run. * unused: Include partially transferred content in the list.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/tmp_file_handling.mdwn2
-rw-r--r--doc/git-annex.mdwn2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/tmp_file_handling.mdwn b/doc/bugs/tmp_file_handling.mdwn
index 3c6c2a597..9db932e57 100644
--- a/doc/bugs/tmp_file_handling.mdwn
+++ b/doc/bugs/tmp_file_handling.mdwn
@@ -9,3 +9,5 @@ This presents 2 problems:
finished.
--[[Joey]]
+
+[[done]]
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index d2cde35a0..83a286b0e 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -132,7 +132,7 @@ Many git-annex commands will stage changes for later `git commit` by you.
* unused
Checks the annex for data that is not used by any files currently
- in the annex, and prints a numbered list of the data.
+ in the annex, and prints a numbered list of the data.
* dropunused [number ...]