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
|
, gitconfig = gc
|
||||||
, localpath = Nothing
|
, localpath = Nothing
|
||||||
, readonly = False
|
, readonly = False
|
||||||
, appendonly = False
|
, appendonly = versioning info
|
||||||
, availability = GloballyAvailable
|
, availability = GloballyAvailable
|
||||||
, remotetype = remote
|
, remotetype = remote
|
||||||
, mkUnavailable = gen r u (M.insert "host" "!dne!" c) gc
|
, mkUnavailable = gen r u (M.insert "host" "!dne!" c) gc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue