aboutsummaryrefslogtreecommitdiff
path: root/dm
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2018-06-01 13:52:40 -0400
committerRyan Kavanagh <rak@debian.org>2018-06-01 13:56:32 -0400
commit4ca4cf3c57f977978ab652f9fdbec7b626adc982 (patch)
treeb3aab3a3d6994dc0b49d938c5654ab6b7e7ffe7d /dm
parentPager to rak.ac in mutt (diff)
Add a hook to make sure we don't accidentally commit a password
Diffstat (limited to 'dm')
-rwxr-xr-xdm2
1 files changed, 2 insertions, 0 deletions
diff --git a/dm b/dm
index e9e9229..2fb3424 100755
--- a/dm
+++ b/dm
@@ -2,6 +2,8 @@
set -e
+git config core.hooksPath .githooks
+
if [ ! -f SUBSTS.local ]; then
echo "Please create the file SUBSTS.local first."
exit 1;