Merge branch 'jk/duplicate-objects-in-packs'
commit6c3456005359ccd94f991c8e306997c02a8f4b80
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 18:43:47 +0000 (18 11:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 18:43:47 +0000 (18 11:43 -0700)
tree5d8cff6466d5eb35a39d66adf94ec6374bed5f62
parent01e0fa2b3742e41d172933839a75f54d5df36ef3
parent16c159d75af29b1929af0e2f341d26fce4e1d546
Merge branch 'jk/duplicate-objects-in-packs'

A packfile that stores the same object more than once is broken and
will be rejected by "git index-pack" that is run when receiving data
over the wire.

* jk/duplicate-objects-in-packs:
  t5308: check that index-pack --strict detects duplicate objects
  test index-pack on packs with recoverable delta cycles
  add tests for indexing packs with delta cycles
  sha1-lookup: handle duplicate keys with GIT_USE_LOOKUP
  test-sha1: add a binary output mode