From 9ddfc6cfaeb294fdb2d26aa1a68583cdeb370992 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 27 Dec 2013 18:03:14 +0000 Subject: [PATCH] Added a comment --- ...comment_1_dcd52b57192e83fe365f21dc12461008._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/sync_command_tries_to_connect_new_remote_despite_not_being_asked_to/comment_1_dcd52b57192e83fe365f21dc12461008._comment diff --git a/doc/bugs/sync_command_tries_to_connect_new_remote_despite_not_being_asked_to/comment_1_dcd52b57192e83fe365f21dc12461008._comment b/doc/bugs/sync_command_tries_to_connect_new_remote_despite_not_being_asked_to/comment_1_dcd52b57192e83fe365f21dc12461008._comment new file mode 100644 index 0000000000..57b70b47c7 --- /dev/null +++ b/doc/bugs/sync_command_tries_to_connect_new_remote_despite_not_being_asked_to/comment_1_dcd52b57192e83fe365f21dc12461008._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.227" + subject="comment 1" + date="2013-12-27T18:03:11Z" + content=""" +git-annex needs to know the uuid of a remote in order to operate. So at startup, if there is a remote that does not have an annex.uuid set, nearly any git-annex command will try to connect the the remote and query it for its uuid. + +To prevent this being done for a remote, `git config remote.bad.annex-ignore true` +"""]]