From: Junio C Hamano Date: Wed, 21 Sep 2016 22:15:20 +0000 (-0700) Subject: Merge branch 'jk/delta-base-cache' X-Git-Tag: v2.11.0-rc0~136 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/13307145a97c7028403801fc4ead26bff794cead?hp=--cc Merge branch 'jk/delta-base-cache' Recently we updated the code to manage the in-core cache that holds objects that have recently been used to reconstitute other objects that are stored as deltas against them, but the update used an incorrect API function to manage the list of these objects. This has been fixed. * jk/delta-base-cache: add_delta_base_cache: use list_for_each_safe --- 13307145a97c7028403801fc4ead26bff794cead