Merge branch 'jk/delta-base-cache'
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Sep 2016 22:15:20 +0000 (15:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Sep 2016 22:15:20 +0000 (15:15 -0700)
commit13307145a97c7028403801fc4ead26bff794cead
tree9e677b35b04c3828d1965afe9acff114a3ef3997
parenta9817aaef8b1bd7aadc6de599720d3706cc352f6
parent4b92bae7d363adfe923337f198f9c98dc1c68e27
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
sha1_file.c