From: Junio C Hamano Date: Tue, 13 Nov 2018 13:37:25 +0000 (+0900) Subject: Merge branch 'bp/refresh-index-using-preload' X-Git-Tag: v2.20.0-rc0~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11aa560de964e800aabce446d600ab0fb4c90c20;p=thirdparty%2Fgit.git Merge branch 'bp/refresh-index-using-preload' The helper function to refresh the cached stat information in the in-core index has learned to perform the lstat() part of the operation in parallel on multi-core platforms. * bp/refresh-index-using-preload: refresh_index: remove unnecessary calls to preload_index() speed up refresh_index() by utilizing preload_index() --- 11aa560de964e800aabce446d600ab0fb4c90c20