diff options
-rw-r--r-- | doc/todo/add_option_to_whereis_to_avoid_network_interactions/comment_1_19442ed153aafb025065ede3a8fe94c6._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/todo/add_option_to_whereis_to_avoid_network_interactions/comment_1_19442ed153aafb025065ede3a8fe94c6._comment b/doc/todo/add_option_to_whereis_to_avoid_network_interactions/comment_1_19442ed153aafb025065ede3a8fe94c6._comment new file mode 100644 index 000000000..1066455ed --- /dev/null +++ b/doc/todo/add_option_to_whereis_to_avoid_network_interactions/comment_1_19442ed153aafb025065ede3a8fe94c6._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2016-04-25T17:44:59Z" + content=""" +This is not specific to whereis at all. You have added a new git remote and +git-annex does not know what the uuid of it is. Until it can find out, it +won't be able to use that remote (including referring to it in whereis +output). So, git-annex always tries to get the uuid for such remotes +at startup time. + +If you don't want git-annex to use this remote, you can set +remote.name.annex-ignore. +"""]] |