aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-get.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-06-02 14:20:38 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-06-02 14:20:38 -0400
commit72741df36b661ddcee900ab0f0e98357034f7b45 (patch)
tree758f332e2e39ba93e0b0eee8446cd1e48536987d /doc/git-annex-get.mdwn
parent7dc6e0c0a087c945ae50d4165076b1123ff31b84 (diff)
get --incomplete: New option to resume any interrupted downloads.
Diffstat (limited to 'doc/git-annex-get.mdwn')
-rw-r--r--doc/git-annex-get.mdwn13
1 files changed, 13 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