summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-25 13:47:27 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-25 13:47:27 -0400
commitf8eae8534623f68f3b8ba202dd8dcf7efc9d8ebc (patch)
treeb692031b85a9aa3fa79c3f9a1e1a8246369c70b2
parent031ca966be5a3c5026dfa5fb30d425e3dfd6733c (diff)
comment
-rw-r--r--doc/todo/add_option_to_whereis_to_avoid_network_interactions/comment_1_19442ed153aafb025065ede3a8fe94c6._comment14
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.
+"""]]