From 7f09b18e49bb1d03e74bf72d3f3faf4cd2b2d85d Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Thu, 14 Jul 2011 10:55:59 +0200 Subject: rewrite instead of append for pre- hooks --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e93466b..5b14f72 100644 --- a/install.sh +++ b/install.sh @@ -12,10 +12,10 @@ fugitive_write_template() { fugitive_install_hooks() { echo -n "Installing fugitive hooks scripts... " - (base64 -d | gunzip) >> .git/hooks/pre-commit < .git/hooks/pre-commit <> .git/hooks/pre-receive < .git/hooks/pre-receive < .git/hooks/post-commit <