From 40198dcca5e3b4a73adda37520c0c66709beb908 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 9 Aug 2015 16:33:01 -0300 Subject: Git hooks: recursive submodule update --- ikiwiki/bin/post-update | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ikiwiki/bin/post-update') diff --git a/ikiwiki/bin/post-update b/ikiwiki/bin/post-update index beed524..48a6a16 100755 --- a/ikiwiki/bin/post-update +++ b/ikiwiki/bin/post-update @@ -10,5 +10,7 @@ else git checkout -f fi +git submodule update --init --recursive + cd - exec git update-server-info -- cgit v1.2.3