export appendonly support
Make `git annex export` check appendonly when removing a file from an export, and not update the location log, since the remote still contains the content. This commit was supported by the NSF-funded DataLad project.
This commit is contained in:
parent
02630b39ee
commit
8b39db20b5
4 changed files with 15 additions and 11 deletions
|
@ -123,7 +123,9 @@ data RemoteA a = Remote
|
|||
-- a Remote can be known to be readonly
|
||||
, readonly :: Bool
|
||||
-- a Remote can allow writes but not have a way to delete content
|
||||
-- from it
|
||||
-- from it. Note that an export remote that supports removeExport
|
||||
-- to remove a file from the exported tree, but still retains the
|
||||
-- content in accessible form should set this to True.
|
||||
, appendonly :: Bool
|
||||
-- a Remote can be globally available. (Ie, "in the cloud".)
|
||||
, availability :: Availability
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue