From: Junio C Hamano Date: Wed, 17 Jun 2026 18:10:11 +0000 (-0700) Subject: Merge branch 'td/ls-files-pathspec-prefilter' X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=621962aa7a96eb122877c05dc1305c8f99fc5b46;p=thirdparty%2Fgit.git Merge branch 'td/ls-files-pathspec-prefilter' `git ls-files --modified` and `git ls-files --deleted` have been optimized to filter with pathspec before calling lstat() when there is only a single pathspec item, avoiding unnecessary filesystem access for entries that will not be shown. * td/ls-files-pathspec-prefilter: ls-files: filter pathspec before lstat --- 621962aa7a96eb122877c05dc1305c8f99fc5b46