From 5f17a9cc50eb671a6fb9693aced4b5afc3011462 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 Mar 2019 15:39:19 -0400 Subject: [PATCH] docs for importtree config --- CHANGELOG | 4 ++++ doc/special_remotes/directory.mdwn | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 09a6d21a79..00652a6e7f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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..annex-tracking-branch themselves. diff --git a/doc/special_remotes/directory.mdwn b/doc/special_remotes/directory.mdwn index 70610c66de..a15a84823e 100644 --- a/doc/special_remotes/directory.mdwn +++ b/doc/special_remotes/directory.mdwn @@ -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