summaryrefslogtreecommitdiff
path: root/bin/post-receive
diff options
context:
space:
mode:
Diffstat (limited to 'bin/post-receive')
-rwxr-xr-xbin/post-receive17
1 files changed, 0 insertions, 17 deletions
diff --git a/bin/post-receive b/bin/post-receive
deleted file mode 100755
index e6baa07..0000000
--- a/bin/post-receive
+++ /dev/null
@@ -1,17 +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 sync --recursive
-git submodule update --init --recursive
-
-cd -
-exec git update-server-info