summaryrefslogtreecommitdiff
path: root/doc/bugs/http_git_remote_uuid_discovery_repeated.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-03-29 12:43:47 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-03-29 12:43:47 -0400
commit17f62aeadafec7944bdbb7803a869f9b971c6204 (patch)
tree094309badf52c347734c083dd16f990fc33b43b0 /doc/bugs/http_git_remote_uuid_discovery_repeated.mdwn
parentac139ec68950deaf15732ea9353ef0396e0d440c (diff)
When a http remote does not expose an annex.uuid config, only warn about it once, not every time git-annex is run.
Same behavior as for a ssh remote.
Diffstat (limited to 'doc/bugs/http_git_remote_uuid_discovery_repeated.mdwn')
-rw-r--r--doc/bugs/http_git_remote_uuid_discovery_repeated.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/http_git_remote_uuid_discovery_repeated.mdwn b/doc/bugs/http_git_remote_uuid_discovery_repeated.mdwn
index a15899654..7b3aa03c4 100644
--- a/doc/bugs/http_git_remote_uuid_discovery_repeated.mdwn
+++ b/doc/bugs/http_git_remote_uuid_discovery_repeated.mdwn
@@ -1,3 +1,5 @@
When cloning eg <https://github.com/datalad/ds000114>, each time git-annex
is run, it tries to get the uuid, fails, prints a warning. It should set
annex-ignore instead, so that only happens once. --[[Joey]]
+
+> [[fixed|done]] --[[Joey]]