From 2407b7d343fc22a3708e427714d7c20180640a67 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 30 Jun 2013 17:27:08 +0000 Subject: Added a comment --- .../comment_1_f1330935a07460c9c8bc82ee8d4709c5._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/git_annex_copy_trying_to_connect_to_remotes_uninvolved/comment_1_f1330935a07460c9c8bc82ee8d4709c5._comment (limited to 'doc/bugs') diff --git a/doc/bugs/git_annex_copy_trying_to_connect_to_remotes_uninvolved/comment_1_f1330935a07460c9c8bc82ee8d4709c5._comment b/doc/bugs/git_annex_copy_trying_to_connect_to_remotes_uninvolved/comment_1_f1330935a07460c9c8bc82ee8d4709c5._comment new file mode 100644 index 000000000..2595e083b --- /dev/null +++ b/doc/bugs/git_annex_copy_trying_to_connect_to_remotes_uninvolved/comment_1_f1330935a07460c9c8bc82ee8d4709c5._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.4.193" + subject="comment 1" + date="2013-06-30T17:27:07Z" + content=""" +git-annex needs to discover the uuid of each remote before it can use it. So it currently goes off the discover these uuids at startup time. + +If you have a remote that you do not want git-annex to use, you can set remote.name.annex-ignore and it will not do this discovery process for that remote. + +While it would be possible to defer the lookup until an operation that needs to know the remote's uuid, it would complicate the code quite a bit, so I have not tried to do so. +"""]] -- cgit v1.2.3