summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-28 10:51:04 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-28 10:51:04 -0400
commit77658271da98e68d164e9d72b3f85a91ddd7be91 (patch)
tree048fc1dd20dd72c9b6e2074ac58cead7a197e15f
parent1e728cc744a9f377f21bb7c4d750c80cdef68240 (diff)
idea
-rw-r--r--doc/todo/get_--incomplete.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/get_--incomplete.mdwn b/doc/todo/get_--incomplete.mdwn
new file mode 100644
index 000000000..5b013cb36
--- /dev/null
+++ b/doc/todo/get_--incomplete.mdwn
@@ -0,0 +1,6 @@
+Use case: Resuming downloads that are incomplete (files in .git/annex/tmp),
+without needing to remember the original get command(s) that started the
+download.
+
+`git annex get --incomplete` could do this. (With or without --from to
+specify which remote to get from.) --[[Joey]]