Called by generatePackRequest to generate the PackFile data lines as part of the pack response stage.
Uses isomorphic-git to generate the packFile data using the provided list of ObjectIds.
The packFile is chunked into the packetLineBuffer with the size defined by chunkSize.
Called by
generatePackRequest
to generate thePackFile
data lines as part of the pack response stage. Usesisomorphic-git
to generate thepackFile
data using the provided list ofObjectIds
. ThepackFile
is chunked into thepacketLineBuffer
with the size defined bychunkSize
.