]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/diff-no-index-with-pathspec-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 20 Jun 2025 23:05:04 +0000 (16:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Jun 2025 23:05:04 +0000 (16:05 -0700)
Recent code added a direct access to the d_type member in "struct
dirent", but some platforms lack it, which has been corrected.

* jc/diff-no-index-with-pathspec-fix:
  diff-no-index: do not reference .d_type member of struct dirent


Trivial merge