Fix grow_refs_hash()
commit5fdc8499658969e5ed03184f87cb4290541a0763
authorLinus Torvalds <torvalds@osdl.org>
Wed, 21 Jun 2006 18:01:12 +0000 (21 11:01 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 21 Jun 2006 19:39:39 +0000 (21 12:39 -0700)
treec14cdf204d317e65f584c6015f862394e77a7e47
parent86f660b1f1dc207897281a77f969a56b2e551374
Fix grow_refs_hash()

Earlier commit 3e4339e6f96e8c4f38a9c6607b98d3e96a2ed783 had a
thinko that did not check for collisions while repopulating the
objects in the new hash table.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
object-refs.c