projects
/
config
/
vcsh.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
7b3c7ec
)
hooks-enabled: don't call submodule-update.sh from hooks for now
author
Antonio Ospite <ao2@ao2.it>
Tue, 8 May 2018 11:11:22 +0000
(13:11 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Tue, 8 May 2018 11:11:22 +0000
(13:11 +0200)
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'.
No differences found