| author | Junio C Hamano <gitster@pobox.com> | |
| Thu, 13 Nov 2008 06:26:35 +0000 (22:26 -0800) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Thu, 13 Nov 2008 06:26:35 +0000 (22:26 -0800) | ||
| commit | 7b51b77dbc71e83789f59f0cd559489115478f27 | |
| tree | ad480b1a976d0670c0209333134eb1444c5be8b9 | tree | snapshot |
| parent | 3fdd37fe1520765d1d207737ab65415e3d2ca174 | commit | diff |
| parent | a2d2c478f325690e1575e14e7d310fd7435d83be | commit | diff |
Merge branch 'np/pack-safer'
* np/pack-safer:
t5303: fix printf format string for portability
t5303: work around printf breakage in dash
pack-objects: don't leak pack window reference when splitting packs
extend test coverage for latest pack corruption resilience improvements
pack-objects: allow "fixing" a corrupted pack without a full repack
make find_pack_revindex() aware of the nasty world
make check_object() resilient to pack corruptions
make packed_object_info() resilient to pack corruptions
make unpack_object_header() non fatal
better validation on delta base object offsets
close another possibility for propagating pack corruption
* np/pack-safer:
t5303: fix printf format string for portability
t5303: work around printf breakage in dash
pack-objects: don't leak pack window reference when splitting packs
extend test coverage for latest pack corruption resilience improvements
pack-objects: allow "fixing" a corrupted pack without a full repack
make find_pack_revindex() aware of the nasty world
make check_object() resilient to pack corruptions
make packed_object_info() resilient to pack corruptions
make unpack_object_header() non fatal
better validation on delta base object offsets
close another possibility for propagating pack corruption
| builtin-pack-objects.c | diff1 | | diff2 | | blob | history |
| cache.h | diff1 | | diff2 | | blob | history |
| index-pack.c | diff1 | | diff2 | | blob | history |
| sha1_file.c | diff1 | | diff2 | | blob | history |
| t/t5302-pack-index.sh | diff1 | | diff2 | | blob | history |