From: Greg Price Date: Sat, 2 May 2009 23:09:54 +0000 (-0400) Subject: reorganize git-hooks X-Git-Url: http://xvm.mit.edu/gitweb/invirt/scripts/git-hooks.git/commitdiff_plain/613260d2cb125a9e6114ff13d8b1b66c2c279d72 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 --- 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