On 8/27/2021 5:17 PM, Matheus Tavares Bernardino wrote: > On Tue, Aug 24, 2021 at 6:54 PM Derrick Stolee via GitGitGadget > <gitgitgadget@xxxxxxxxx> wrote: >> >> Subject: [PATCH 09/12] rm: add --sparse option > > Maybe mention in the commit message that, for now, rm's --sparse only > affects entries with the skip_worktree bit set? (Which will be changed > in the following patch.) I will expand with these details. >> test_expect_success 'recursive rm does not remove sparse entries' ' >> git reset --hard && >> - git sparse-checkout set sub/dir && >> + git sparse-checkout set sub/dir/ && > > Is this change necessary? No, it is not. Thanks. -Stolee