First cmake commit. Still coexisting with scons.
[anna.git] / scripts / git / use_post-update.sh
diff --git a/scripts/git/use_post-update.sh b/scripts/git/use_post-update.sh
new file mode 100755 (executable)
index 0000000..1e0fcd3
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+# THIS ONLY IS EFFECTIVE IF YOU ARE WORKING ON THE GIT SERVER HOST
+cd `dirname $0`/../../.git/hooks
+mv post-update.sample post-update 2>/dev/null