diff --git a/doc/bugs/git-annex_does_not_build_reproducibly_from_readdir_order/comment_6_ac6bfd4ef3bf8527c3394b45ad71185d._comment b/doc/bugs/git-annex_does_not_build_reproducibly_from_readdir_order/comment_6_ac6bfd4ef3bf8527c3394b45ad71185d._comment new file mode 100644 index 0000000000..e6a3c723e4 --- /dev/null +++ b/doc/bugs/git-annex_does_not_build_reproducibly_from_readdir_order/comment_6_ac6bfd4ef3bf8527c3394b45ad71185d._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://bmwiedemann.zq1.de/" + avatar="http://cdn.libravatar.org/avatar/96f3cd71c3d677f31ed8f79ffb8fb343a8282c085731f405997ff3ef77a1a71b" + subject="comment 6" + date="2020-07-01T02:47:05Z" + content=""" +filed +"""]] diff --git a/doc/bugs/stack_build_failure_with_recent_update/comment_1_5844bc527037a213f2fd7f1a14726142._comment b/doc/bugs/stack_build_failure_with_recent_update/comment_1_5844bc527037a213f2fd7f1a14726142._comment new file mode 100644 index 0000000000..a800ca2dca --- /dev/null +++ b/doc/bugs/stack_build_failure_with_recent_update/comment_1_5844bc527037a213f2fd7f1a14726142._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="kyle" + avatar="http://cdn.libravatar.org/avatar/7d6e85cde1422ad60607c87fa87c63f3" + subject="comment 1" + date="2020-06-30T21:24:56Z" + content=""" +Confirmed on my end. Thanks for the quick fix! +"""]] diff --git a/doc/forum/initremote_type__61__web/comment_2_acc1dce80c3ed3b13fdfba55ab362581._comment b/doc/forum/initremote_type__61__web/comment_2_acc1dce80c3ed3b13fdfba55ab362581._comment new file mode 100644 index 0000000000..257b6d9480 --- /dev/null +++ b/doc/forum/initremote_type__61__web/comment_2_acc1dce80c3ed3b13fdfba55ab362581._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://templeofcrom.duckdns.org/" + nickname="Karl" + avatar="http://cdn.libravatar.org/avatar/336975995d2c8652aa98284987d5987e90e1b4d137da415af18a8e04c29edbc3" + subject="comment 2" + date="2020-07-01T15:03:08Z" + content=""" +I already have a git repository but my large files are being stored on the webserver, not in git. It's not clear at all how to tell git-annex to fetch from the web server. My project is being hosted on SourceForge so I have little control over either the Git or HTTP servers and the URL is different for each. + +"""]] diff --git a/doc/todo/speed_up_git_annex_sync_--content_--all/comment_3_c4a3d92d6467dcd1c735f27f51fa0b35._comment b/doc/todo/speed_up_git_annex_sync_--content_--all/comment_3_c4a3d92d6467dcd1c735f27f51fa0b35._comment new file mode 100644 index 0000000000..9d701031ed --- /dev/null +++ b/doc/todo/speed_up_git_annex_sync_--content_--all/comment_3_c4a3d92d6467dcd1c735f27f51fa0b35._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="Lukey" + avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b" + subject="comment 3" + date="2020-07-01T14:32:11Z" + content=""" +All in all there are 258465 files on two branches (master (8921) and manyfiles (249544)) and about as many keys. I mostly work on the master branch (The manyfiles branch is more or less an archive), so the two passes are not an problem (yet). + +Regarding \"git cat-file --batch-all-objects --unordered\", the blob can be mapped back to the key by the objectname and \"git ls-tree -r git-annex\". + +For reference: \"time git cat-file --batch --batch-all-objects --unordered --buffer > /dev/zero\" takes 40 seconds on my repo. +"""]]