]> git.ipfire.org Git - thirdparty/git.git/commit - t/helper/test-proc-receive.c
Merge branch 'js/diff-cached-fsmonitor-fix' into maint-2.42
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Nov 2023 07:53:19 +0000 (16:53 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Nov 2023 07:53:19 +0000 (16:53 +0900)
commit2fd4378d64dae6895f1a98b721fe0ed0f0d552b0
tree5a2b89f21d681ff391800c916fd27af116184f79
parent56ee4a35786016fcf4e34b64e2d29d53fb664c1a
parent6a044a20480a8ef56f7ddb8142f660ca01a3391e
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
diff-lib.c
t/t7527-builtin-fsmonitor.sh