[not loaded]
pack.pl -- Pack gitty objects
<pack file> := <header>
<file>*
<header> := "gitty(Version)
.\n" <object>* "end_of_header.\n"
<object> := obj(Hash, Type, Size, FileSize)
pack_objects(+Store, +Pack) is det
pack_objects(+Store, +Objects, +Pack) is det
attach_pack(+Pack)- Load the index of Pack into memory.
load_object_from_pack(+Hash, -Data, -Type, -Size)
pack_objects(+Store, +Pack) is det
pack_objects(+Store, +Objects, +Pack) is det