repo.or.cz
/
git-blog.git
/
commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
cfdf253
)
Trying manually setting GIT_DIR (Thanks to Imran Yousuf [imyousuf] from #Git!)
author
elliottcable
<
[email protected]
>
Sun, 18 May 2008 08:34:39 +0000
(18
00:34
-0800)
committer
elliottcable
<
[email protected]
>
Sun, 18 May 2008 08:34:39 +0000
(18
00:34
-0800)
prepped/post-receive.hook
patch
|
blob
|
blame
|
history
diff --git
a/prepped/post-receive.hook
b/prepped/post-receive.hook
index
614198d
..
3c6d1f3
100644
(file)
--- a/
prepped/post-receive.hook
+++ b/
prepped/post-receive.hook
@@
-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