]> git.ipfire.org Git - thirdparty/git.git/commit - fsmonitor.c
fsmonitor: trace the new invalidated cache-entry count
authorJeff Hostetler <jeffhostetler@github.com>
Mon, 26 Feb 2024 21:39:23 +0000 (21:39 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Mar 2024 17:10:06 +0000 (09:10 -0800)
commit84d441f2f09d2974aac75ba93ff3a562d7d31469
tree43ca232881a52b722e244fb01acf1e1394cd4248
parent9e34e562805986b1ed0d1518a5822b9ec495960b
fsmonitor: trace the new invalidated cache-entry count

Consolidate the directory/non-directory calls to the refresh handler
code.  Log the resulting count of invalidated cache-entries.

The nr_in_cone value will be used in a later commit to decide if
we also need to try to do case-insensitive lookups.

Signed-off-by: Jeff Hostetler <jeffhostetler@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fsmonitor.c