turn on appendonly when versioning is enabled
This commit is contained in:
parent
2cdcb1ea25
commit
6b75b9c448
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ gen r u c gc = do
|
|||
, gitconfig = gc
|
||||
, localpath = Nothing
|
||||
, readonly = False
|
||||
, appendonly = False
|
||||
, appendonly = versioning info
|
||||
, availability = GloballyAvailable
|
||||
, remotetype = remote
|
||||
, mkUnavailable = gen r u (M.insert "host" "!dne!" c) gc
|
||||
|
|
Loading…
Reference in a new issue