diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 17:18:34 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 17:18:34 -0500 |
commit | df87161ec2d79fc7074cf7bb44f9ac24bed638cc (patch) | |
tree | fd8b5a2f9650c9887300500cf4ec833ac01a8315 | |
parent | 5445585dec83b305050dd0695ad5f4bd012090d1 (diff) |
hopefully this is unncessary paranoia, as it's too hard to do it properly..
-rwxr-xr-x | pre-commit.d/30git-perm | 5 |
1 files changed, 0 insertions, 5 deletions
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 |