]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/sparse-lstat-caching'
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Jul 2024 21:53:11 +0000 (14:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Jul 2024 21:53:11 +0000 (14:53 -0700)
The code to deal with modified paths that are out-of-cone in a
sparsely checked out working tree has been optimized.

* ds/sparse-lstat-caching:
  sparse-index: improve lstat caching of sparse paths
  sparse-index: count lstat() calls
  sparse-index: use strbuf in path_found()
  sparse-index: refactor path_found()
  sparse-checkout: refactor skip worktree retry logic


Trivial merge