Re: [PATCH v3 1/7] read-cache: teach refresh_cache_entry() to take istate

2018-05-25 Thread Stefan Beller
On Wed, May 23, 2018 at 7:47 AM, Jameson Miller wrote: > Refactor refresh_cache_entry() to work on a specific index, instead of > implicitly using the_index. This is in preparation for making the > make_cache_entry function work on a specific index. > > Signed-off-by:

[PATCH v3 1/7] read-cache: teach refresh_cache_entry() to take istate

2018-05-23 Thread Jameson Miller
Refactor refresh_cache_entry() to work on a specific index, instead of implicitly using the_index. This is in preparation for making the make_cache_entry function work on a specific index. Signed-off-by: Jameson Miller --- cache.h | 2 +- merge-recursive.c | 2 +-