Files
git/builtin
Junio C Hamano 3c9fc074c2 index-pack --verify: read anomalous offsets from v2 idx file
A pack v2 .idx file usually records offset using 64-bit representation
only when the offset does not fit within 31-bit, but you can handcraft
your .idx file to record smaller offset using 64-bit, storing all zero
in the upper 4-byte.  By inspecting the original idx file when running
index-pack --verify, encode such low offsets that do not need to be in
64-bit but are encoded using 64-bit just like the original idx file so
that we can still validate the pack/idx pair by comparing the idx file
recomputed with the original.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-02-27 23:29:03 -08:00
..
2011-02-27 21:17:36 -08:00
2010-12-12 21:49:53 -08:00
2011-02-27 00:29:58 -08:00
2010-11-24 15:55:19 -08:00
2010-10-21 17:16:10 -07:00
2011-02-27 21:17:36 -08:00
2010-12-12 21:49:50 -08:00
2010-11-24 15:55:19 -08:00
2010-11-15 10:04:43 -08:00
2010-11-24 15:55:19 -08:00
2011-02-16 13:20:50 -08:00
2010-07-07 11:18:26 -07:00
2010-11-17 15:01:00 -08:00
2010-11-15 10:04:43 -08:00