From 2cc721ea7dad103fb3d6e2691ebc15cca6bbebb8 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 18 Jul 2013 17:39:37 +0000 Subject: [PATCH 1/3] Added a comment --- .../comment_3_ab98121076b88f351fc8cd9197e6bf64._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/git_annex_copy_--fast_--to_blah_much_slower_than_--from_blah/comment_3_ab98121076b88f351fc8cd9197e6bf64._comment diff --git a/doc/forum/git_annex_copy_--fast_--to_blah_much_slower_than_--from_blah/comment_3_ab98121076b88f351fc8cd9197e6bf64._comment b/doc/forum/git_annex_copy_--fast_--to_blah_much_slower_than_--from_blah/comment_3_ab98121076b88f351fc8cd9197e6bf64._comment new file mode 100644 index 0000000000..d5f399b309 --- /dev/null +++ b/doc/forum/git_annex_copy_--fast_--to_blah_much_slower_than_--from_blah/comment_3_ab98121076b88f351fc8cd9197e6bf64._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.0.140" + subject="comment 3" + date="2013-07-18T17:39:37Z" + content=""" +Using git grep like that would only be an optimisation when it's acting on every file in the repository. If it's only copying a subdirectory, or a single file, git grep is likely to come out much slower. +"""]] From a2aadc39b7fd641a7a8daad807dda6527df02b60 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 18 Jul 2013 17:40:36 +0000 Subject: [PATCH 2/3] Added a comment --- ...comment_1_1f9398840144e0452a2fed9336046547._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Which_cloud_providers_are_supported__63___/comment_1_1f9398840144e0452a2fed9336046547._comment diff --git a/doc/forum/Which_cloud_providers_are_supported__63___/comment_1_1f9398840144e0452a2fed9336046547._comment b/doc/forum/Which_cloud_providers_are_supported__63___/comment_1_1f9398840144e0452a2fed9336046547._comment new file mode 100644 index 0000000000..9d8f0ecf75 --- /dev/null +++ b/doc/forum/Which_cloud_providers_are_supported__63___/comment_1_1f9398840144e0452a2fed9336046547._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.0.140" + subject="comment 1" + date="2013-07-18T17:40:36Z" + content=""" +[[tips/googledriveannex]] + +See [[special_remotes]] for a full list of things people have gotten to work. +"""]] From 7a95577bd56843c2960c5261fdac7041279bf976 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog" Date: Thu, 18 Jul 2013 18:03:00 +0000 Subject: [PATCH 3/3] Added a comment --- .../comment_4_8aba90150fe178ce9712ad951628f3d6._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/wishlist:___34__quiet__34___annex_get_for_centralized_use_case/comment_4_8aba90150fe178ce9712ad951628f3d6._comment diff --git a/doc/todo/wishlist:___34__quiet__34___annex_get_for_centralized_use_case/comment_4_8aba90150fe178ce9712ad951628f3d6._comment b/doc/todo/wishlist:___34__quiet__34___annex_get_for_centralized_use_case/comment_4_8aba90150fe178ce9712ad951628f3d6._comment new file mode 100644 index 0000000000..c1f148fdbe --- /dev/null +++ b/doc/todo/wishlist:___34__quiet__34___annex_get_for_centralized_use_case/comment_4_8aba90150fe178ce9712ad951628f3d6._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog" + nickname="Michael" + subject="comment 4" + date="2013-07-18T18:03:00Z" + content=""" +If you can have developers only add large files on the central server, avoiding using git annex sync and only pulling from git repo should work, I think. +"""]]