From 58aae6a8960c91f8de7f62ef64f0be356354a915 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Sat, 24 Sep 2016 20:46:01 -0500 Subject: [PATCH] [meta] update: Pull latest submodule commit Instead of using `git submodule update`, that will keep the commit specified in the containing repository index. Closes #80 --- tools/zim_update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/zim_update b/tools/zim_update index 2568725..ec422f0 100644 --- a/tools/zim_update +++ b/tools/zim_update @@ -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