summaryrefslogtreecommitdiff
path: root/pre-commit.d/10warn-special
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-05 16:25:21 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-05 16:25:21 -0500
commit357a708e613c83ae35faaa70514a8f4e1179079b (patch)
treea7687c896efe9b01a473705faa24afd8d004dbdb /pre-commit.d/10warn-special
parentab6f7188c53c6580c64702e1cebb5326e998e225 (diff)
implemented pre-apt checks
other development too..
Diffstat (limited to 'pre-commit.d/10warn-special')
-rwxr-xr-xpre-commit.d/10warn-special7
1 files changed, 0 insertions, 7 deletions
diff --git a/pre-commit.d/10warn-special b/pre-commit.d/10warn-special
deleted file mode 100755
index 92d1d3d..0000000
--- a/pre-commit.d/10warn-special
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-set -e
-special=$(find -not -type d -not -type f -not -type l | grep -v /.git/)
-if [ -n "$special" ]; then
- echo "warning: special files could cause problems with git:" >&2
- echo "$special" >&2
-fi