summaryrefslogtreecommitdiff
path: root/main/Test.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-05-10 10:33:48 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-05-10 10:33:48 +0200
commit4a83f4c6e47296648598e6549cb188a6a91b1c21 (patch)
tree8acbd95b466f426cec8d238b94398aa8df08b510 /main/Test.hs
parentcadf33941d99eb260f5d8469ab33de93a48564a3 (diff)
Chunked object type and parsingHEADmaster
Changelog: Support for `chunked` object type.
Diffstat (limited to 'main/Test.hs')
-rw-r--r--main/Test.hs1
1 files changed, 1 insertions, 0 deletions
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