Merge branch 'np/pack-safer'
commit7b51b77dbc71e83789f59f0cd559489115478f27
authorJunio C Hamano <gitster@pobox.com>
Thu, 13 Nov 2008 06:26:35 +0000 (12 22:26 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Nov 2008 06:26:35 +0000 (12 22:26 -0800)
treead480b1a976d0670c0209333134eb1444c5be8b9
parent3fdd37fe1520765d1d207737ab65415e3d2ca174
parenta2d2c478f325690e1575e14e7d310fd7435d83be
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
builtin-pack-objects.c
cache.h
index-pack.c
sha1_file.c
t/t5302-pack-index.sh