author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 29 Jun 2005 05:15:57 +0000 (22:15 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 29 Jun 2005 05:15:57 +0000 (22:15 -0700) | ||
commit | 01247d87421d621db3866ce7f2124784fc7f46e5 | |
tree | 713dd383b2677965636ec93bb694dcdd8269227c | tree | snapshot |
parent | 69a2d426f0d249bca2c6f754b3c1283c0fa72fd4 | commit | diff |
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.
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 | diff | blob | history | |
pack-objects.c | diff | blob | history | |
pack.h | diff | blob | history | |
sha1_file.c | diff | blob | history | |
unpack-objects.c | diff | blob | history |