From d18d55d0c42c2e12739ff96627a28d34955fe83e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 8 Aug 2015 14:03:27 -0300 Subject: Adds ikiwiki post-receive hook --- ikiwiki/bin/post-receive | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 ikiwiki/bin/post-receive (limited to 'ikiwiki/bin/post-receive') diff --git a/ikiwiki/bin/post-receive b/ikiwiki/bin/post-receive new file mode 100755 index 0000000..7411db5 --- /dev/null +++ b/ikiwiki/bin/post-receive @@ -0,0 +1,7 @@ +#!/bin/sh + +cd .. +unset GIT_DIR + +git checkout -f +git submodule update --init -- cgit v1.2.3