File tree 1 file changed +9
-3
lines changed 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -245,9 +245,15 @@ def _transfer_data(repo: AnnexRepo,
245
245
push .Push .__doc__ += """\
246
246
247
247
248
- Features added by the datalad-next extension
249
-
250
- Transparently transfer data to git-annex special remotes in export-mode (`exporttree=yes`), whenever ...
248
+ The following feature is added by the datalad-next extension:
249
+
250
+ If a target is a git-annex special remote that has "exporttree" set to
251
+ "yes", push will call 'git-annex export' to export the current HEAD to the
252
+ remote target. This will usually result in a copy of the file tree, to which
253
+ HEAD refers, on the remote target. A git-annex special remote with
254
+ "exporttree" set to "yes" can, for example, be created with the datalad
255
+ command "create-sibling-webdav" with the option "--mode=filetree" or
256
+ "--mode=filetree-only".
251
257
"""
252
258
push .Push ._params_ ["force" ] = Parameter (
253
259
args = ("-f" , "--force" ,),
You can’t perform that action at this time.
0 commit comments