From 3d9ebb8aa294837d2ad48350410c2a29db2e9fff Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Fri, 3 Apr 2015 14:06:49 +0200 Subject: [PATCH] remember git server info. src script to ease its activation --- scr/git/use_post-update.sh | 3 +++ scr/git/{use-pre-commit.sh => use_pre-commit.sh} | 0 2 files changed, 3 insertions(+) create mode 100755 scr/git/use_post-update.sh rename scr/git/{use-pre-commit.sh => use_pre-commit.sh} (100%) diff --git a/scr/git/use_post-update.sh b/scr/git/use_post-update.sh new file mode 100755 index 0000000..a3ed7a9 --- /dev/null +++ b/scr/git/use_post-update.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cd `dirname $0`/../../.git/hooks +mv post-update.sample post-update 2>/dev/null diff --git a/scr/git/use-pre-commit.sh b/scr/git/use_pre-commit.sh similarity index 100% rename from scr/git/use-pre-commit.sh rename to scr/git/use_pre-commit.sh -- 2.20.1