From: Junio C Hamano Date: Thu, 2 Nov 2023 07:53:19 +0000 (+0900) Subject: Merge branch 'js/diff-cached-fsmonitor-fix' into maint-2.42 X-Git-Tag: v2.42.1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fd4378d64dae6895f1a98b721fe0ed0f0d552b0;p=thirdparty%2Fgit.git Merge branch 'js/diff-cached-fsmonitor-fix' into maint-2.42 "git diff --cached" codepath did not fill the necessary stat information for a file when fsmonitor knows it is clean and ended up behaving as if it is not clean, which has been corrected. * js/diff-cached-fsmonitor-fix: diff-lib: fix check_removed when fsmonitor is on --- 2fd4378d64dae6895f1a98b721fe0ed0f0d552b0