From c00d1400ca336bbf763ecfd02c8108c44b6c0da7 Mon Sep 17 00:00:00 2001 From: Arquivo Publico de Memoria Coletiva Date: Sun, 9 Aug 2015 16:34:28 -0300 Subject: Git hook: recursive submodule init/update --- bin/post-update | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bin/post-update b/bin/post-update index 3098dab..48a6a16 100755 --- a/bin/post-update +++ b/bin/post-update @@ -2,7 +2,15 @@ cd .. unset GIT_DIR -git annex sync + +if [ -d ".git/annex" ]; then + git annex sync +else + git reset HEAD + git checkout -f +fi + +git submodule update --init --recursive cd - exec git update-server-info -- cgit v1.2.3