]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'nk/diff-index-fsmonitor'
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Mar 2021 21:36:27 +0000 (14:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Mar 2021 21:36:27 +0000 (14:36 -0700)
"git diff-index" codepath has been taught to trust fsmonitor status
to reduce number of lstat() calls.

* nk/diff-index-fsmonitor:
  fsmonitor: add perf test for git diff HEAD
  fsmonitor: add assertion that fsmonitor is valid to check_removed
  fsmonitor: skip lstat deletion check during git diff-index


Trivial merge