blob: d209dd80de3a09e41de1b72b598b39c59a2fbe22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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.
---
Just tested, and the new support for bare repositories didn't solve this.
--[[Joey]]
|