]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/diff-no-index-with-pathspec-fix' into jch
authorJunio C Hamano <gitster@pobox.com>
Sun, 5 Oct 2025 22:04:16 +0000 (15:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 5 Oct 2025 22:04:17 +0000 (15:04 -0700)
An earlier addition to "git diff --no-index A B" to limit the
output with pathspec after the two directories misbehaved when
these directories were given with a trailing slash, which has been
corrected.

* jk/diff-no-index-with-pathspec-fix:
  diff --no-index: fix logic for paths ending in '/'

1  2 
t/t4053-diff-no-index.sh

Simple merge