]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'bp/refresh-index-using-preload'
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Nov 2018 13:37:25 +0000 (22:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Nov 2018 13:37:26 +0000 (22:37 +0900)
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()

1  2 
cache.h
read-cache.c
sequencer.c

diff --cc cache.h
Simple merge
diff --cc read-cache.c
Simple merge
diff --cc sequencer.c
Simple merge