initial export support for directory special remote

This does not guard against race condition yet, it's only for testing
purposes.
This commit is contained in:
Joey Hess 2019-02-27 13:42:34 -04:00
parent 45aacd888b
commit e2e57f8556
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 34 additions and 2 deletions

View file

@ -10,6 +10,8 @@ this.
## implementation notes
* need to check if a remote has importtree=yes before trying to import from it
* "git annex import master --from rmt" followed by "git annex import master:sub --from rmt"
first makes the tracking branch contain only what's in the remote,
and then grafts what's in the remote into a subdir. Is that the behavior