From 4a83f4c6e47296648598e6549cb188a6a91b1c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 10 May 2026 10:33:48 +0200 Subject: Chunked object type and parsing Changelog: Support for `chunked` object type. --- main/Test.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'main') diff --git a/main/Test.hs b/main/Test.hs index 220f414..f08d596 100644 --- a/main/Test.hs +++ b/main/Test.hs @@ -402,6 +402,7 @@ cmdLoadType = do Blob {} -> "blob" Rec {} -> "rec" OnDemand {} -> "ondemand" + Chunked {} -> "chunked" ZeroObject {} -> "zero" UnknownObject utype _ -> "unknown " <> decodeUtf8 utype cmdOut $ "load-type " <> T.unpack otype -- cgit v1.2.3