hooks: rename sparse-checkout.sh to enable-sparse-checkout.sh
authorAntonio Ospite <ao2@ao2.it>
Thu, 24 Jan 2019 14:51:31 +0000 (15:51 +0100)
committerAntonio Ospite <ao2@ao2.it>
Thu, 31 Jan 2019 08:30:16 +0000 (09:30 +0100)
commit9b5157bf589b2c1921c7cca8e59f965c169a86a6
treec5aa25e35686464f6243fe01a42530e39b63d6cc
parent2ec706e30dfff503a575df0c8d5d5986d263c4bd
hooks: rename sparse-checkout.sh to enable-sparse-checkout.sh

Rename the sparse-checkout.sh script to enable-sparse-checkout.sh to
better illustrate what the script actually does.

In particular the new name should communicate that the script does not
update the working tree itself but it just enable sparse checkout
support, leaving the working tree update to other git commands
(read-tree, checkout, etc.).
.config/vcsh/hooks-available/enable-sparse-checkout.sh [new file with mode: 0755]
.config/vcsh/hooks-available/populate-sparsely.sh
.config/vcsh/hooks-available/sparse-checkout.sh [deleted file]
.config/vcsh/hooks-enabled/pre-upgrade.00-sparse-checkout