]> git.ipfire.org Git - thirdparty/git.git/commit
sparse-checkout: enable reapply to take --[no-]{cone,sparse-index}
authorElijah Newren <newren@gmail.com>
Tue, 14 Dec 2021 04:09:09 +0000 (04:09 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Dec 2021 19:48:22 +0000 (11:48 -0800)
commit4e256731d687a553fd7443f7596019dbe5b10598
treea06f982c2eb7018e10588ce1adfb9fe9a12cb5e0
parentf2e3a218e80fc3fd357afe65c9a26b9a90a9f5f7
sparse-checkout: enable reapply to take --[no-]{cone,sparse-index}

Folks may want to switch to or from cone mode, or to or from a
sparse-index without changing their sparsity paths.  Allow them to do so
using the reapply command.

Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Reviewed-by: Victoria Dye <vdye@github.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/sparse-checkout.c