Merge branch 'nd/index-pack-threaded-fixes'
commit1d066c58ee95a84209cd46df74c0cdbda827ecdf
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2013 16:06:23 +0000 (1 09:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2013 16:06:23 +0000 (1 09:06 -0700)
treea28377c852be028845b9a7ce98be2b9338046ecc
parented8852c286273405e5898e44bda57d2d48d2b4cb
parent8f82aad4e7baf32942eb2087a882e0f8646b2da8
Merge branch 'nd/index-pack-threaded-fixes'

"index-pack --verify-stat" used a few counters outside protection
of mutex, possibly showing incorrect numbers.

* nd/index-pack-threaded-fixes:
  index-pack: guard nr_resolved_deltas reads by lock
  index-pack: protect deepest_delta in multithread code
builtin/index-pack.c