From 6b75b9c448236935b91c341ae0b84a4c34d19d0c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 31 Aug 2018 10:53:07 -0400 Subject: [PATCH] turn on appendonly when versioning is enabled --- Remote/S3.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/S3.hs b/Remote/S3.hs index b8c766420b..29adb5643f 100644 --- a/Remote/S3.hs +++ b/Remote/S3.hs @@ -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