From 9b2e56a9cebf03ea3fefbfbf964519db42a31bd8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 27 Mar 2017 15:11:45 -0400 Subject: [PATCH] bug report from Hands-on Reproducible and Scalable Brain Imaging Analysis with Nipype --- doc/bugs/http_git_remote_uuid_discovery_repeated.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/bugs/http_git_remote_uuid_discovery_repeated.mdwn 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]]