• Show log

    Commit

  • Hash : 649214be
    Author : Carlos Martín Nieto
    Date : 2014-05-15T19:59:05

    pack: init the cache on packfile alloc When running multithreaded, it is not enough to check for the offmap allocation. Move the call to cache_init() to packfile allocation so we can be sure it is always allocated free of races. This fixes #2355.