Pull latest submodules master commit when updating

Instead of using `git submodule update`, that will keep the commit
specified in the containing repository index.
This commit is contained in:
Eric Nielsen 2016-09-24 20:46:01 -05:00
parent 071ddaf0ac
commit 79750fda6d
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ cd ${ZDOTDIR:-${HOME}/.zim}
git remote update -p
git merge --ff-only @\{u\}
# and update the submodules
git submodule update --init --recursive
git submodule foreach --quiet --recursive git pull origin master