summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:_make_partial_files_available_during_transfer
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2014-03-18 20:08:13 +0000
committerGravatar admin <admin@branchable.com>2014-03-18 20:08:13 +0000
commit3c2e8f22a4cb68429d338ea3b60c6e86ae8cb315 (patch)
tree4614c7b33bfbf5e73938f0c87a7c2f8f4d8220c7 /doc/todo/wishlist:_make_partial_files_available_during_transfer
parent0fa30dd60512f6a583961a527979b5404866b8ea (diff)
Added a comment
Diffstat (limited to 'doc/todo/wishlist:_make_partial_files_available_during_transfer')
-rw-r--r--doc/todo/wishlist:_make_partial_files_available_during_transfer/comment_2_8b1cfae6f2b61929a9c6f48ae63c921d._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_make_partial_files_available_during_transfer/comment_2_8b1cfae6f2b61929a9c6f48ae63c921d._comment b/doc/todo/wishlist:_make_partial_files_available_during_transfer/comment_2_8b1cfae6f2b61929a9c6f48ae63c921d._comment
new file mode 100644
index 000000000..c4c222431
--- /dev/null
+++ b/doc/todo/wishlist:_make_partial_files_available_during_transfer/comment_2_8b1cfae6f2b61929a9c6f48ae63c921d._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="209.250.56.154"
+ subject="comment 2"
+ date="2014-03-18T20:08:13Z"
+ content="""
+There's now an easy way to do this:
+
+ git annex find --include=* --format='.git/annex/tmp/${hashdirmixed}${key}/${key}\n'
+
+Pass it the file or files you're interested in to get their partially transferred contents.
+"""]]