reorganize git-hooks
authorGreg Price <price@mit.edu>
Sat, 2 May 2009 23:09:54 +0000 (19:09 -0400)
committerGreg Price <price@mit.edu>
Sat, 2 May 2009 23:09:54 +0000 (19:09 -0400)
Also chmod +x.  We'll find out if git-svn is smart enough
to propagate that.

svn path=/trunk/scripts/git-hooks/; revision=2324

sub/post-receive [moved from post-receive.sub with 100% similarity, mode: 0755]
sub/zephyr-post-receive [new symlink]
super/post-receive [moved from post-receive.super with 100% similarity, mode: 0755]
super/zephyr-post-receive [new symlink]

old mode 100644 (file)
new mode 100755 (executable)
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 (symlink)
index 0000000..eb677d1
--- /dev/null
@@ -0,0 +1 @@
+../zephyr-post-receive
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
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 (symlink)
index 0000000..eb677d1
--- /dev/null
@@ -0,0 +1 @@
+../zephyr-post-receive
\ No newline at end of file