0.2.1 • Published 8 years ago

pull-git-pack-concat v0.2.1

Weekly downloads
4
License
Fair
Repository
-
Last release
8 years ago

pull-git-pack-concat

Concatenate git packfiles.

API

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 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.