Skip to content

Commit

Permalink
Merge a39c7dc into 9834d78
Browse files Browse the repository at this point in the history
  • Loading branch information
adswa committed Oct 8, 2021
2 parents 9834d78 + a39c7dc commit 5509539
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions datalad/interface/common_opts.py
Expand Up @@ -139,8 +139,9 @@
EnsureChoice(None, True, False, 'auto', 'ephemeral') | \
EnsureStrPrefix('shared-'),
metavar='auto|ephemeral|shared-...',
doc="""set up the dataset in a potentially unsafe way for performance,
or access reasons -- use with care, any dataset is marked as 'untrusted'.
doc="""Obtain a dataset or subdatset and set it up in a potentially
unsafe way for performance, or access reasons.
Use with care, any dataset is marked as 'untrusted'.
The reckless mode is stored in a dataset's local configuration under
'datalad.clone.reckless', and will be inherited to any of its subdatasets.
Supported modes are:
Expand All @@ -151,10 +152,10 @@
w/o git-annex being aware of it. In case of a change in origin you need to
update the clone before you're able to save new content on your end.
Alternative to 'auto' when hardlinks are not an option, or number of consumed
inodes needs to be minimized. Please note, that this is meant to be used
with either non-bare repositories or a RIA store as origin! Do not come up
with your own usecase unless you are absolutely sure you know your git-annex
internals very well!
inodes needs to be minimized. Note that this mode can only be used with clones from
non-bare repositories or a RIA store! Otherwise two different annex object tree
structures (dirhashmixed vs dirhashlower) will be used simultaneously, and annex keys
using the respective other structure will be inaccessible.
['shared-<mode>']: set up repository and annex permission to enable multi-user
access. This disables the standard write protection of annex'ed files.
<mode> can be any value support by 'git init --shared=', such as 'group', or
Expand Down

0 comments on commit 5509539

Please sign in to comment.