docs for importtree config
This commit is contained in:
parent
88ccfaa78c
commit
5f17a9cc50
2 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,10 @@ git-annex (7.20190220) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* New feature allows importing from special remotes, using
|
* New feature allows importing from special remotes, using
|
||||||
git annex import branch:subdir --from remote
|
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.
|
* export: Deprecated the --tracking option.
|
||||||
Instead, users can configure remote.<name>.annex-tracking-branch
|
Instead, users can configure remote.<name>.annex-tracking-branch
|
||||||
themselves.
|
themselves.
|
||||||
|
|
|
@ -35,6 +35,10 @@ remote:
|
||||||
by [[git-annex-export]]. It will not be usable as a general-purpose
|
by [[git-annex-export]]. It will not be usable as a general-purpose
|
||||||
special remote.
|
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:
|
Setup example:
|
||||||
|
|
||||||
# git annex initremote usbdrive type=directory directory=/media/usbdrive/ encryption=none
|
# git annex initremote usbdrive type=directory directory=/media/usbdrive/ encryption=none
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue