]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/diff-exit-code-fix' into maint-2.46
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Sep 2024 17:32:58 +0000 (10:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Sep 2024 17:32:58 +0000 (10:32 -0700)
commit7794e09034f4fd6495908d46915301e2614b35c9
tree624a6777e02d95617d3cd7c345ace296baa249c7
parente29e5cf288141a51823bbd6d2da90105c42a10c1
parent11591850ddd5e65d3d0aab22c0a7131b1eb1d6f0
Merge branch 'rs/diff-exit-code-fix' into maint-2.46

In a few corner cases "git diff --exit-code" failed to report
"changes" (e.g., renamed without any content change), which has
been corrected.

* rs/diff-exit-code-fix:
  diff: report dirty submodules as changes in builtin_diff()
  diff: report copies and renames as changes in run_diff_cmd()