WIP
Added graftTree but it's buggy. Should use graftTree in Annex.Branch.graftTreeish; it will be faster than the current implementation there. Started Annex.Import, but untested and it doesn't yet handle tree grafting.
This commit is contained in:
parent
56137ce0d2
commit
8fdea8f444
15 changed files with 172 additions and 30 deletions
|
@ -16,6 +16,11 @@ this.
|
|||
It will only need to be updated when listContents returns a
|
||||
ContentIdentifier that is not already known in the database.
|
||||
|
||||
* When on an adjusted unlocked branch, need to import the files unlocked.
|
||||
|
||||
* What if the remote lists importable filenames that are absolute paths,
|
||||
or contain a "../" attack?
|
||||
|
||||
## race conditions
|
||||
|
||||
(Some thoughts about races that the design should cover now, but kept here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue