]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/diff-relative-cached-unmerged' into next
authorJunio C Hamano <gitster@pobox.com>
Sat, 25 Jul 2026 21:37:15 +0000 (14:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 25 Jul 2026 21:37:16 +0000 (14:37 -0700)
'git diff --relative' running with '--cached' has been corrected to
avoid a segfault when encountering unmerged paths outside the
prefix.

* jk/diff-relative-cached-unmerged:
  diff: ignore unmerged paths outside prefix with --relative --cached

1  2 
diff-lib.c

diff --cc diff-lib.c
Simple merge