diff --git a/doc/bugs/http_git_remote_uuid_discovery_repeated.mdwn b/doc/bugs/http_git_remote_uuid_discovery_repeated.mdwn new file mode 100644 index 0000000000..a158996549 --- /dev/null +++ b/doc/bugs/http_git_remote_uuid_discovery_repeated.mdwn @@ -0,0 +1,3 @@ +When cloning eg , 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]]