summaryrefslogtreecommitdiffstats
path: root/hooks/post-commit
diff options
context:
space:
mode:
authorLennart Weller <lhw@ring0.de>2016-04-21 12:27:29 +0000
committerLennart Weller <lhw@ring0.de>2016-04-21 12:27:29 +0000
commit30b94862648cdbf4f537337d2e2f01c369a9dee9 (patch)
treef0219dd8bd744fc09899bd0266402e05a4bff854 /hooks/post-commit
parentImported Upstream version 1.0.0 (diff)
downloadnetdata-30b94862648cdbf4f537337d2e2f01c369a9dee9.tar.xz
netdata-30b94862648cdbf4f537337d2e2f01c369a9dee9.zip
Imported Upstream version 1.1.0upstream/1.1.0
Diffstat (limited to 'hooks/post-commit')
-rwxr-xr-xhooks/post-commit5
1 files changed, 0 insertions, 5 deletions
diff --git a/hooks/post-commit b/hooks/post-commit
deleted file mode 100755
index a1d41c712..000000000
--- a/hooks/post-commit
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-if [ -x ./packaging/update-tags ]
-then
- exec git diff HEAD^ | ./packaging/update-tags -
-fi