diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-03 15:59:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-03 15:59:16 -0400 |
commit | a9d0538da559c29509c50b664e31ea3b23b7bc14 (patch) | |
tree | ef6cb03b820d32e9b9a9e354a4471b92e1767292 /doc/bugs/weird_local_clone_confuses.mdwn | |
parent | 486f882471829f7438b49f8f3d9791e4b8b926d6 (diff) |
updates for bare repo support
Diffstat (limited to 'doc/bugs/weird_local_clone_confuses.mdwn')
-rw-r--r-- | doc/bugs/weird_local_clone_confuses.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/weird_local_clone_confuses.mdwn b/doc/bugs/weird_local_clone_confuses.mdwn index fc652ae5e..d209dd80d 100644 --- a/doc/bugs/weird_local_clone_confuses.mdwn +++ b/doc/bugs/weird_local_clone_confuses.mdwn @@ -7,3 +7,8 @@ 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. + +--- + +Just tested, and the new support for bare repositories didn't solve this. +--[[Joey]] |