Trying manually setting GIT_DIR (Thanks to Imran Yousuf [imyousuf] from #Git!)
authorelliottcable <[email protected]>
Sun, 18 May 2008 08:34:39 +0000 (18 00:34 -0800)
committerelliottcable <[email protected]>
Sun, 18 May 2008 08:34:39 +0000 (18 00:34 -0800)
prepped/post-receive.hook

index 614198d..3c6d1f3 100644 (file)
@@ -1,3 +1,4 @@
 #!/bin/bash
 cd ../
+GIT_DIR=$(pwd) # I do not know, for the life of me, why this is necessary.
 rake post_receive
\ No newline at end of file