From: Cache Saravento Date: Sun, 9 Aug 2015 19:31:28 +0000 (-0300) Subject: Git hooks: recursive submodule update X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3aa8b0f53478b5eaa2d2bf5ef76140480d3f3440;p=cache.git Git hooks: recursive submodule update --- diff --git a/bin/post-receive b/bin/post-receive index 7411db5..996189d 100755 --- a/bin/post-receive +++ b/bin/post-receive @@ -4,4 +4,4 @@ cd .. unset GIT_DIR git checkout -f -git submodule update --init +git submodule update --init --recursive diff --git a/bin/post-update b/bin/post-update index 27e926a..48a6a16 100755 --- a/bin/post-update +++ b/bin/post-update @@ -10,7 +10,7 @@ else git checkout -f fi -git submodule update --init +git submodule update --init --recursive cd - exec git update-server-info