sparse-checkout: create 'disable' subcommand
commit72918c1ad91504f56c395cc91c5072651125662a
authorDerrick Stolee <dstolee@microsoft.com>
Thu, 21 Nov 2019 22:04:38 +0000 (21 22:04 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Nov 2019 07:11:44 +0000 (22 16:11 +0900)
tree2b758a07f18725cfd47349a7e09d011b4f788dd1
parent7bffca95ea1ca4f55663374ea9b929b9df5be04b
sparse-checkout: create 'disable' subcommand

The instructions for disabling a sparse-checkout to a full
working directory are complicated and non-intuitive. Add a
subcommand, 'git sparse-checkout disable', to perform those
steps for the user.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-sparse-checkout.txt
builtin/sparse-checkout.c
t/t1091-sparse-checkout-builtin.sh