diff --git a/doc/bugs/Cloned_from_.git_under_Windows__44___get_fails/comment_1_0d619c1a4c9645a6b76619b05b3d518c._comment b/doc/bugs/Cloned_from_.git_under_Windows__44___get_fails/comment_1_0d619c1a4c9645a6b76619b05b3d518c._comment new file mode 100644 index 0000000000..cd05519b0f --- /dev/null +++ b/doc/bugs/Cloned_from_.git_under_Windows__44___get_fails/comment_1_0d619c1a4c9645a6b76619b05b3d518c._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2022-01-25T16:42:36Z" + content=""" +I can reproduce this on linux. + +It's getting confused by a url pointing to a git directory that has +core.bare=false. + +git-annex's RepoLocation data type does not have a way to represent +this situation, and it would complicate it significantly to do so. + +I do not see any good reason to use a non-bare git directory as if it is a +bare repository. Not good enough for me to spend days complicating +git-annex's code for anyway. +"""]]