aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-19 13:05:43 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-19 13:05:43 -0400
commitc1cfb595d426ebbad6b9778d03ecaef544df776b (patch)
treecbd69743deae06bd805ddb654f5b3ecea312ffd0 /doc/git-annex.mdwn
parentd1f97163ff320c21676528f70213112591ed38dd (diff)
configuration and docs for tracking exports
Not yet handled by sync or assistant. This commit was sponsored by Nick Daly on Patreon.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 544baafa1..1e8155988 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -1210,6 +1210,14 @@ Here are all the supported configuration settings.
from remotes. If you trust a remote and don't want the overhead
of these checksums, you can set this to `false`.
+* `remote.<name>.annex-export-tracking`
+
+ When set to a branch name or other treeish, this makes what's exported
+ to the special remote track changes to the branch. See
+ [[git-annex-export]](1). `git-annex sync --content` and the
+ git-annex assistant update exports when changes have been
+ committed to the tracking branch.
+
* `remote.<name>.annexUrl`
Can be used to specify a different url than the regular `remote.<name>.url`