Change pack file format. Hopefully for the last time.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 28 Jun 2005 21:21:02 +0000 (14:21 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 28 Jun 2005 21:21:02 +0000 (14:21 -0700)
commita733cb606fed08130317d803956e946f73b0b88e
tree1ce2f43c1cd076ae24dcc0b6ad53a541e1f0a048
parentd22b9290ab6de119d03154844910ae5d963b5f1f
Change pack file format. Hopefully for the last time.

This also adds a header with a signature, version info, and the number
of objects to the pack file.  It also encodes the file length and type
more efficiently.
pack-objects.c
pack.h [new file with mode: 0644]
sha1_file.c
unpack-objects.c