This commit is contained in:
Joey Hess 2015-05-28 10:51:04 -04:00
parent 0fd4bef75e
commit 1aa11205c1

View file

@ -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]]