summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex-get.mdwn13
-rw-r--r--doc/todo/get_--incomplete.mdwn2
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/git-annex-get.mdwn b/doc/git-annex-get.mdwn
index 4f5917534..a79f1342a 100644
--- a/doc/git-annex-get.mdwn
+++ b/doc/git-annex-get.mdwn
@@ -32,6 +32,19 @@ or transferring them from some kind of key-value store.
Enables parallel download with up to the specified number of jobs
running at once. For example: `-J10`
+* `--incomplete`
+
+ Resume any incomplete downloads of files that were started and
+ interrupted at some point previously. Useful to pick up where you left
+ off ... when you don't quite remember where that was.
+
+ These incomplete files are the same ones that are
+ listed as unused temp files by [[git-annex-unused]](1).
+
+ Note that the git-annex key will be displayed when downloading,
+ as git-annex does not know the associated file, and the associated file
+ may not even be in the current git working directory.
+
* `--all`
Rather than specifying a filename or path to get, this option can be
diff --git a/doc/todo/get_--incomplete.mdwn b/doc/todo/get_--incomplete.mdwn
index 5b013cb36..783108beb 100644
--- a/doc/todo/get_--incomplete.mdwn
+++ b/doc/todo/get_--incomplete.mdwn
@@ -4,3 +4,5 @@ download.
`git annex get --incomplete` could do this. (With or without --from to
specify which remote to get from.) --[[Joey]]
+
+> [[done]] --[[Joey]]