summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar yarikoptic <yarikoptic@web>2017-11-16 19:11:51 +0000
committerGravatar admin <admin@branchable.com>2017-11-16 19:11:51 +0000
commit745591de00987f104d476e4241304c91c7c932db (patch)
tree2e33e3d943058b473524bd272c09e9351fafbf47
parent56749d75a54a7791f39450dd383bbfc6d1fe0c5b (diff)
Added a comment: thanks, what about 'find' with the same issue?
-rw-r--r--doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_4_bc55ede32beee2a74b943132e6377005._comment29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_4_bc55ede32beee2a74b943132e6377005._comment b/doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_4_bc55ede32beee2a74b943132e6377005._comment
new file mode 100644
index 000000000..0f36e4396
--- /dev/null
+++ b/doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_4_bc55ede32beee2a74b943132e6377005._comment
@@ -0,0 +1,29 @@
+[[!comment format=mdwn
+ username="yarikoptic"
+ avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
+ subject="thanks, what about 'find' with the same issue?"
+ date="2017-11-16T19:11:51Z"
+ content="""
+Shoudn't the same apply to \"find\" output?
+
+[[!format sh \"\"\"
+$> git annex find --not --in localhost --json Brainhack2012__Share_your_tools__But_fear_the_wombat_.mp4
+{\"bytesize\":\"unknown\",\"mtime\":\"unknown\",\"keyname\":\"quvi:https://www.youtube.com/watch,63v,618t6znEOEDVo\",\"backend\":\"URL\",\"key\":\"URL--quvi:https://www.youtube.com/watch,63v,618t6znEOEDVo\",\"humansize\":\"unknown\",\"hashdirmixed\":\"kq/PM/\",\"file\":\"Brainhack2012__Share_your_tools__But_fear_the_wombat_.mp4\",\"hashdirlower\":\"8ba/bf9/\"}
+
+$> sudo dpkg -i /tmp/git-annex-standalone_6.20171114+gitg5e6c3ba30-1\~ndall+1_amd64.deb
+[sudo] password for yoh:
+(Reading database ... 706557 files and directories currently installed.)
+Preparing to unpack .../git-annex-standalone_6.20171114+gitg5e6c3ba30-1~ndall+1_amd64.deb ...
+Unpacking git-annex-standalone (6.20171114+gitg5e6c3ba30-1~ndall+1) over (6.20171018+gitgbb20b1ed3-1~ndall+1) ...
+Setting up git-annex-standalone (6.20171114+gitg5e6c3ba30-1~ndall+1) ...
+...
+
+$> git annex find --not --in localhost --json Brainhack2012__Share_your_tools__But_fear_the_wombat_.mp4
+{\"bytesize\":\"unknown\",\"mtime\":\"unknown\",\"keyname\":\"quvi:https://www.youtube.com/watch,63v,618t6znEOEDVo\",\"backend\":\"URL\",\"key\":\"URL--quvi:https://www.youtube.com/watch,63v,618t6znEOEDVo\",\"humansize\":\"unknown\",\"hashdirmixed\":\"kq/PM/\",\"file\":\"Brainhack2012__Share_your_tools__But_fear_the_wombat_.mp4\",\"hashdirlower\":\"8ba/bf9/\"}
+
+$> ls -lL Brainhack2012__Share_your_tools__But_fear_the_wombat_.mp4
+-r-------- 1 yoh yoh 64354577 Mar 22 2014 Brainhack2012__Share_your_tools__But_fear_the_wombat_.mp4
+
+
+\"\"\"]]
+"""]]