From: Antonio Ospite Date: Thu, 24 Jan 2019 14:51:31 +0000 (+0100) Subject: hooks: rename sparse-checkout.sh to enable-sparse-checkout.sh X-Git-Url: https://git.ao2.it/config/vcsh.git/commitdiff_plain/9b5157bf589b2c1921c7cca8e59f965c169a86a6?hp=9b5157bf589b2c1921c7cca8e59f965c169a86a6 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.). ---