Merge branch 'jk/index-pack-correct-depth-fix'
commited8852c286273405e5898e44bda57d2d48d2b4cb
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2013 16:06:19 +0000 (1 09:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2013 16:06:19 +0000 (1 09:06 -0700)
treee977b9b16d23c21fe9440879676cc1b37004bcba
parentca54e43cf29766980994555cf794b80b8cd9155f
parent57165db00309e756d6d22b097a2fd6cc14055d14
Merge branch 'jk/index-pack-correct-depth-fix'

"index-pack --fix-thin" used uninitialize value to compute delta
depths of objects it appends to the resulting pack.

* jk/index-pack-correct-depth-fix:
  index-pack: always zero-initialize object_entry list
builtin/index-pack.c