From ca1d216583315efa065b622d711a995bca097f2c Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Tue, 16 Aug 2016 16:10:51 -0400 Subject: [PATCH] Moving git-hooks out of template. --- phing/tasks/setup.xml | 4 ++-- {template/scripts => scripts}/git-hooks/README.md | 0 {template/scripts => scripts}/git-hooks/commit-msg | 0 {template/scripts => scripts}/git-hooks/pre-commit | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename {template/scripts => scripts}/git-hooks/README.md (100%) rename {template/scripts => scripts}/git-hooks/commit-msg (100%) rename {template/scripts => scripts}/git-hooks/pre-commit (100%) diff --git a/phing/tasks/setup.xml b/phing/tasks/setup.xml index e26f5a30d..5eee4e0af 100644 --- a/phing/tasks/setup.xml +++ b/phing/tasks/setup.xml @@ -161,12 +161,12 @@ Symlinking ${repo.root}/scripts/git-hooks to ${repo.root}/.git/hooks. - + Making git hooks executable. - + diff --git a/template/scripts/git-hooks/README.md b/scripts/git-hooks/README.md similarity index 100% rename from template/scripts/git-hooks/README.md rename to scripts/git-hooks/README.md diff --git a/template/scripts/git-hooks/commit-msg b/scripts/git-hooks/commit-msg similarity index 100% rename from template/scripts/git-hooks/commit-msg rename to scripts/git-hooks/commit-msg diff --git a/template/scripts/git-hooks/pre-commit b/scripts/git-hooks/pre-commit similarity index 100% rename from template/scripts/git-hooks/pre-commit rename to scripts/git-hooks/pre-commit