hooks-enabled: don't call submodule-update.sh from hooks for now
authorAntonio Ospite <ao2@ao2.it>
Tue, 8 May 2018 11:11:22 +0000 (13:11 +0200)
committerAntonio Ospite <ao2@ao2.it>
Tue, 8 May 2018 11:11:22 +0000 (13:11 +0200)
commit7b3c7ec1f3660d4bdbc1c3bbd32344be027ce75c
treeffb3efef7b8b0cec671378d96bd24719ae142093
parent3118c95c9806e5e49efa0f0da0b39a62fc8a4f6c
hooks-enabled: don't call submodule-update.sh from hooks for now

In the current setup executing git submodules commands from 'vcsh run'
invocations would fail because the '.gitmodules' file would not be
checked out.

For now it's only safe to call git submodules commands after entering
the repository with 'vcsh enter'.
.config/vcsh/hooks-enabled/post-clone.00-submodule-init [deleted symlink]
.config/vcsh/hooks-enabled/post-pull.00-submodule-init [deleted symlink]