On 9/8/2021 11:38 AM, Junio C Hamano wrote:> * ds/sparse-index-ignored-files (2021-09-07) 10 commits > - sparse-checkout: clear tracked sparse dirs > - sparse-index: add SPARSE_INDEX_MEMORY_ONLY flag > - attr: be careful about sparse directories > - sparse-checkout: create helper methods > - sparse-index: use WRITE_TREE_MISSING_OK > - sparse-index: silently return when cache tree fails > - unpack-trees: fix nested sparse-dir search > - sparse-index: silently return when not using cone-mode patterns > - t7519: rewrite sparse index test > - Merge branch 'ds/add-with-sparse-index' into ds/sparse-index-ignored-files > (this branch is used by sg/test-split-index-fix.) > > In cone mode, the sparse-index codepath learned to remove ignored > files (like build artifacts) outside the sparse cone, allowing the > entire directory outside the sparse cone to be removed, which is > especially useful when the sparse patterns change. > > Will merge to 'next'? I think this one is ready to go. Elijah chimed in on the latest version, too. This also means that perhaps we could start tracking the sparse index integrations with merge, rebase, cherry-pick, and revert [1]? This series has also had quite a bit of review, but the latest version has not had an ack. [1] https://lore.kernel.org/git/pull.1019.v3.git.1631100241.gitgitgadget@xxxxxxxxx I also plan to send a new version of the --sparse RFC [2], which is based on [1]. I don't want to get too far ahead of what the community has capacity to review. [2] https://lore.kernel.org/git/pull.1018.git.1629842085.gitgitgadget@xxxxxxxxx/ Thanks, -Stolee