]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/diff-no-index-with-pathspec-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 17 Oct 2025 21:02:17 +0000 (14:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Oct 2025 21:02:17 +0000 (14:02 -0700)
commite0fe91489fee9e82389d026942a0d32a2c818b40
tree4fdcf72483d5698809561bde02b900f2f030c484
parentab447045ed374c6b8995a4786d6f4be0df888bff
parentc0bec06cfedb930ecb3cd8c8cdb0f3e14e5e9308
Merge branch 'jk/diff-no-index-with-pathspec-fix'

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