]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/diff-no-index-with-pathspec-fix' into maint-2.51
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Oct 2025 02:48:19 +0000 (19:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Oct 2025 02:48:19 +0000 (19:48 -0700)
commit2319fbae483f4c07bcdd9a850377a0cd21363cff
tree62a4524467433a52ba8906c3541200e620c147d3
parent70b475f9382b4edd741e342790dd382a12779a65
parentc0bec06cfedb930ecb3cd8c8cdb0f3e14e5e9308
Merge branch 'jk/diff-no-index-with-pathspec-fix' into maint-2.51

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 '/'
t/t4053-diff-no-index.sh