From 47b8d35f0c78b8e031e40457ff1867bdf3659c20 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 17 Jun 2016 22:07:00 -0700 Subject: template: Use symlinks for perms-hook By the time these hooks are run, we will have checked-out /libexec/oasis/perms-hook, and can just run that. This way, we can keep track of updates to perms-hook. --- template/hooks/post-checkout | 1 + template/hooks/post-merge | 1 + 2 files changed, 2 insertions(+) create mode 120000 template/hooks/post-checkout create mode 120000 template/hooks/post-merge (limited to 'template/hooks') diff --git a/template/hooks/post-checkout b/template/hooks/post-checkout new file mode 120000 index 00000000..acd988a5 --- /dev/null +++ b/template/hooks/post-checkout @@ -0,0 +1 @@ +../../libexec/oasis/perms-hook \ No newline at end of file diff --git a/template/hooks/post-merge b/template/hooks/post-merge new file mode 120000 index 00000000..acd988a5 --- /dev/null +++ b/template/hooks/post-merge @@ -0,0 +1 @@ +../../libexec/oasis/perms-hook \ No newline at end of file -- cgit v1.2.3