You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@generalmimon The git packfile is miles harder than the git packindex. Packfile is not self-sufficient for deserialization, needs either zlib, or its sibling index file :< kaitai-io/kaitai_compress#6
AFAIU my options are :
find a magic byte at the end of the zlib stream
process: zlib.inflate with the linked-above WIP project
parse simultaneously in ide.kaitai.io/devel two files
recode c git internals to not have two files to do the job of one file
Trying to get for now those KSY up :
Will maybe tackle multi-index later.
Docs :
Thank to the help of @generalmimon on gitter.im , a packfile index KSY is working, see below :
The text was updated successfully, but these errors were encountered: