]> git.ipfire.org Git - thirdparty/git.git/commit - connect.h
Merge branch 'js/diff-cached-fsmonitor-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 Sep 2023 17:44:57 +0000 (10:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Sep 2023 17:44:57 +0000 (10:44 -0700)
commit671eaaac0caac4826d6182bd5a57c9e0a8ed7a27
treee31f1242007969854e675a57121736fdfd55bc97
parentbd49a2998a87fe911dfa5f6574443968faa5878a
parent6a044a20480a8ef56f7ddb8142f660ca01a3391e
Merge branch 'js/diff-cached-fsmonitor-fix'

"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
diff-lib.c
t/t7527-builtin-fsmonitor.sh