From d28b1d73631072ec76e9a44a2c59dd94c5d332b3 Mon Sep 17 00:00:00 2001 From: Cache Saravento Date: Fri, 7 Aug 2015 13:34:21 -0300 Subject: Post update hook --- bin/post-update | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 bin/post-update (limited to 'bin') diff --git a/bin/post-update b/bin/post-update new file mode 100755 index 0000000..3098dab --- /dev/null +++ b/bin/post-update @@ -0,0 +1,8 @@ +#!/bin/sh + +cd .. +unset GIT_DIR +git annex sync + +cd - +exec git update-server-info -- cgit v1.2.3