]> git.ipfire.org Git - thirdparty/git.git/commit - entry.c
fill_stat_cache_info(): prepare for an fsmonitor fix
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 24 May 2019 12:23:47 +0000 (05:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 May 2019 19:43:42 +0000 (12:43 -0700)
commitd4c0a3ac78cf2fc16c144bf720d1451fcd1e267d
treec5c1048737c424a7ed9b017a3b48d29b65ecbaad
parentcfd635c7428dfca5b45d8d45fdc1311e751d4fe2
fill_stat_cache_info(): prepare for an fsmonitor fix

We will need to pass down the `struct index_state` to
`mark_fsmonitor_valid()` for an upcoming bug fix, and this here function
calls that there function, so we need to extend the signature of
`fill_stat_cache_info()` first.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
apply.c
builtin/update-index.c
cache.h
entry.c
read-cache.c