diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-12-27 18:03:14 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-27 18:03:14 +0000 |
commit | f66e2e9c81251ad9e661ee33d8b7bb155aa7d97b (patch) | |
tree | 0eb85b0fee4a1a4d47951288c66351a08d26a548 /doc/bugs | |
parent | 2ee87dcc2662e813ee3220e9d25cd337d2058f1b (diff) |
Added a comment
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/sync_command_tries_to_connect_new_remote_despite_not_being_asked_to/comment_1_dcd52b57192e83fe365f21dc12461008._comment | 10 |
1 files changed, 10 insertions, 0 deletions
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 000000000..57b70b47c --- /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` +"""]] |