annex.addunlocked
* add, addurl, import, importfeed: When in a v6 repository on a crippled filesystem, add files unlocked. * annex.addunlocked: New configuration setting, makes files always be added unlocked. (v6 only)
This commit is contained in:
parent
adc27f081a
commit
15148ee9eb
8 changed files with 116 additions and 39 deletions
|
@ -88,6 +88,13 @@ git-annex converts between the content of the big file and a pointer file,
|
|||
which is what gets committed to git. All the regular git-annex commands
|
||||
(get, drop, etc) can be used on unlocked files too.
|
||||
|
||||
[[!template id=note text="""
|
||||
By default, git-annex commands will add files in locked mode,
|
||||
unless used on a filesystem that does not support symlinks, when unlocked
|
||||
mode is used. To make them always use unlocked mode, run:
|
||||
`git config annex.addunlocked true`
|
||||
"""]]
|
||||
|
||||
A v6 repository can contain both locked and unlocked files. You can switch
|
||||
a file back and forth using the `git annex lock` and `git annex unlock`
|
||||
commands. This changes what's stored in git between a git-annex symlink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue