bug
This commit is contained in:
parent
be4af85f98
commit
d140c01bfd
1 changed files with 9 additions and 0 deletions
9
doc/bugs/weird_local_clone_confuses.mdwn
Normal file
9
doc/bugs/weird_local_clone_confuses.mdwn
Normal file
|
@ -0,0 +1,9 @@
|
|||
See
|
||||
<http://www.git.code-experiments.com/blog/2011/01/manage-large-files-with-git-annex-by-joey-hess.html>
|
||||
|
||||
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.
|
Loading…
Reference in a new issue