From 613260d2cb125a9e6114ff13d8b1b66c2c279d72 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sat, 2 May 2009 19:09:54 -0400 Subject: [PATCH 1/1] reorganize git-hooks Also chmod +x. We'll find out if git-svn is smart enough to propagate that. svn path=/trunk/scripts/git-hooks/; revision=2324 --- post-receive.sub => sub/post-receive | 0 sub/zephyr-post-receive | 1 + post-receive.super => super/post-receive | 0 super/zephyr-post-receive | 1 + 4 files changed, 2 insertions(+) rename post-receive.sub => sub/post-receive (100%) mode change 100644 => 100755 create mode 120000 sub/zephyr-post-receive rename post-receive.super => super/post-receive (100%) mode change 100644 => 100755 create mode 120000 super/zephyr-post-receive diff --git a/post-receive.sub b/sub/post-receive old mode 100644 new mode 100755 similarity index 100% rename from post-receive.sub rename to sub/post-receive diff --git a/sub/zephyr-post-receive b/sub/zephyr-post-receive new file mode 120000 index 0000000..eb677d1 --- /dev/null +++ b/sub/zephyr-post-receive @@ -0,0 +1 @@ +../zephyr-post-receive \ No newline at end of file diff --git a/post-receive.super b/super/post-receive old mode 100644 new mode 100755 similarity index 100% rename from post-receive.super rename to super/post-receive diff --git a/super/zephyr-post-receive b/super/zephyr-post-receive new file mode 120000 index 0000000..eb677d1 --- /dev/null +++ b/super/zephyr-post-receive @@ -0,0 +1 @@ +../zephyr-post-receive \ No newline at end of file -- 1.7.9.5