diff options
author | Lennart Weller <lhw@ring0.de> | 2016-04-21 12:27:29 +0000 |
---|---|---|
committer | Lennart Weller <lhw@ring0.de> | 2016-04-21 12:27:29 +0000 |
commit | 30b94862648cdbf4f537337d2e2f01c369a9dee9 (patch) | |
tree | f0219dd8bd744fc09899bd0266402e05a4bff854 /hooks/pre-commit | |
parent | Imported Upstream version 1.0.0 (diff) | |
download | netdata-30b94862648cdbf4f537337d2e2f01c369a9dee9.tar.xz netdata-30b94862648cdbf4f537337d2e2f01c369a9dee9.zip |
Imported Upstream version 1.1.0upstream/1.1.0
Diffstat (limited to 'hooks/pre-commit')
-rwxr-xr-x | hooks/pre-commit | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hooks/pre-commit b/hooks/pre-commit deleted file mode 100755 index fb2209f08..000000000 --- a/hooks/pre-commit +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ -x ./packaging/check-files ] -then - exec git diff --cached | ./packaging/check-files - -fi |