]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/ls-files-lazy-unsparse'
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Sep 2025 21:54:34 +0000 (14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Sep 2025 21:54:35 +0000 (14:54 -0700)
"git ls-files <pathspec>..." should not necessarily have to expand
the index fully if a sparsified directory is excluded by the
pathspec; the code is taught to expand the index on demand to avoid
this.

* ds/ls-files-lazy-unsparse:
  ls-files: conditionally leave index sparse

1  2 
builtin/ls-files.c

Simple merge