From: Antonio Ospite Date: Mon, 17 Dec 2018 09:16:38 +0000 (+0100) Subject: Add submodule-update-foreach.sh and a post-pull hook for it X-Git-Url: https://git.ao2.it/config/vcsh.git/commitdiff_plain/0a50375aa4ea1d908e024e2ed8706a4c64670600?hp=0a50375aa4ea1d908e024e2ed8706a4c64670600 Add submodule-update-foreach.sh and a post-pull hook for it Update submodules also after a "vcsh pull" command. This requires a whole new script because vcsh does not call post-pull hooks after pulling each repositories, it only calls the hook once after pulling all of them. See https://github.com/RichiH/vcsh/issues/213 When the issue gets fixed submodule-update-foreach.sh can be removed and post-pull.00-submodule-init can link to submodule-update.sh ---