From 15abd2e6be8405da093a0f39681106631bf3bd57 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 18 Mar 2016 16:33:48 -0300 Subject: Removes post-update hook --- bin/post-update | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 bin/post-update diff --git a/bin/post-update b/bin/post-update deleted file mode 100755 index 48a6a16..0000000 --- a/bin/post-update +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -cd .. -unset GIT_DIR - -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