Make git pack files use little-endian size encoding
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 29 Jun 2005 05:15:57 +0000 (22:15 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 29 Jun 2005 05:15:57 +0000 (22:15 -0700)
commit01247d87421d621db3866ce7f2124784fc7f46e5
tree713dd383b2677965636ec93bb694dcdd8269227c
parent69a2d426f0d249bca2c6f754b3c1283c0fa72fd4
Make git pack files use little-endian size encoding

This makes it match the new delta encoding, and admittedly makes the
code easier to follow.

This also updates the PACK file version to 2, since this (and the delta
encoding change in the previous commit) are incompatible with the old
format.
Makefile
pack-objects.c
pack.h
sha1_file.c
unpack-objects.c