Commit 8c535f3f6879c6796d8107d7eb80dd8b2105621b

Russell Belfer 2013-05-02T03:34:56

Protect sha1_entry_pos call with mutex There is an occasional assertion failure in sha1_entry_pos from pack_entry_find_index when running threaded. Holding the mutex around the code that grabs the index_map data and processes it makes this assertion failure go away.