From d140c01bfd09669c632c3973b7e5e342f0ad7de5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Mar 2011 13:37:24 -0400 Subject: bug --- doc/bugs/weird_local_clone_confuses.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/bugs/weird_local_clone_confuses.mdwn (limited to 'doc/bugs/weird_local_clone_confuses.mdwn') diff --git a/doc/bugs/weird_local_clone_confuses.mdwn b/doc/bugs/weird_local_clone_confuses.mdwn new file mode 100644 index 000000000..fc652ae5e --- /dev/null +++ b/doc/bugs/weird_local_clone_confuses.mdwn @@ -0,0 +1,9 @@ +See + + +If a local repo is cloned with "git clone orig/.git new", then git-annex in +new cannot see origin. + +the .git/config has "url=/.../orig/.git". Apparently git is ok with that +weird construction; probably it treats it as a bare git repo. But git-annex +just sees a directory w/o a .git subdir, and gives up. -- cgit v1.2.3