docs for importtree config

This commit is contained in:
Joey Hess 2019-03-04 15:39:19 -04:00
parent 88ccfaa78c
commit 5f17a9cc50
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,10 @@ git-annex (7.20190220) UNRELEASED; urgency=medium
* New feature allows importing from special remotes, using
git annex import branch:subdir --from remote
* Directory special remote supports being configured with importree=yes,
to allow git-annex import of files from the directory. This can be
combined with exporttree=yes and git-annex export used to send changes
back to the same directory.
* export: Deprecated the --tracking option.
Instead, users can configure remote.<name>.annex-tracking-branch
themselves.

View file

@ -35,6 +35,10 @@ remote:
by [[git-annex-export]]. It will not be usable as a general-purpose
special remote.
* `importtree` - Set to "yes" to make this special remote usable
by [[git-annex-import]]. It will not be usable as a general-purpose
special remote.
Setup example:
# git annex initremote usbdrive type=directory directory=/media/usbdrive/ encryption=none