# pull-git-pack-concat Concatenate git packfiles. ## API ```js var concat = require('pull-git-pack-concat') ``` ``` concat([pack]) : source ``` - `pack.read`: source for packfile data - `pack.numObjects`: number of objects in the pack. optional, since the pack already contains this info, but by using this property it saves some buffering Checksums of the packfiles are not verified ## License Copyright (c) 2016, 2020 Charles Lehner Usage of the works is permitted provided that this instrument is retained with the works, so that any entity that uses the works is notified of this instrument. DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.