fix edge case where git-annex branch does not have config for enabled special remote
One way this could happen is cloning an empty special remote. A later fetch would then fail.
This commit is contained in:
parent
3e7324bbcb
commit
b3d7ae51f0
2 changed files with 13 additions and 9 deletions
|
@ -12,9 +12,6 @@ This is implememented and working. Remaining todo list for it:
|
|||
|
||||
* Test incremental push edge cases involving checkprereq.
|
||||
|
||||
* Cloning a special remote with an empty manifest results in a repo where
|
||||
git fetch fails, claiming the special remote is encrypted, when it's not.
|
||||
|
||||
* Cloning from an annex:: url with importtree=yes doesn't work
|
||||
(with or without exporttree=yes). This is because the ContentIdentifier
|
||||
db is not populated. It should be possible to work around this.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue