Re: git hooks fail to run on bare repo

2010-08-16 Thread Andrew Sackville-West
Ah nevermind, sorry for the noise list. http://permalink.gmane.org/gmane.comp.version-control.git/140453 hooks not supported over http until version 1.6.6... I'm on stable, so 1.5.6 or so. A On Mon, Aug 16, 2010 at 07:59:06PM -0700, Andrew Sackville-West wrote: > Hi list, > > they may be b

git hooks fail to run on bare repo

2010-08-16 Thread Andrew Sackville-West
Hi list, they may be beter served on a git list, but I'm starting here anyway. I've got a bare git repo on my server and I push and pull through http. This works fine, but now I'm trying to run some hooks for various reasons. I've done chmod +x on hooks/post-update and hooks/post-receive in th