From df87161ec2d79fc7074cf7bb44f9ac24bed638cc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Nov 2007 17:18:34 -0500 Subject: hopefully this is unncessary paranoia, as it's too hard to do it properly.. --- pre-commit.d/30git-perm | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 pre-commit.d/30git-perm diff --git a/pre-commit.d/30git-perm b/pre-commit.d/30git-perm deleted file mode 100755 index 7a0bfa9..0000000 --- a/pre-commit.d/30git-perm +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# etckeeper-init should have taken care of this, but as a paranoia -# measure, make sure .git is not world readable -set -e -chmod 700 .git -- cgit v1.2.3