Expand description
Git packfile generation and parsing
Packfiles are git’s binary format for efficiently transferring objects. Format: PACK header, N objects, SHA-1 checksum
Structs§
- Pack
Builder - Thin packfile generation for upload-pack Generates a packfile with only the objects the client needs
Enums§
- Pack
Object Type - Pack object type encoding
Functions§
- generate_
packfile - Generate a packfile containing the given objects
- parse_
packfile - Parse a packfile, storing objects and returning their IDs