diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-06-30 17:27:08 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-06-30 17:27:08 +0000 |
commit | 2407b7d343fc22a3708e427714d7c20180640a67 (patch) | |
tree | 980b42c535101d36d587b8eefd68d22eaa2aa9ec /doc/bugs | |
parent | c3c146d5f0457ae3d35343a35933f1decd03d33b (diff) |
Added a comment
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/git_annex_copy_trying_to_connect_to_remotes_uninvolved/comment_1_f1330935a07460c9c8bc82ee8d4709c5._comment | 12 |
1 files changed, 12 insertions, 0 deletions
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. +"""]] |