I am using lighttpd as my server and trying to clone my repositories over http.
I am facing 2 issues:
mv hooks/post-update.sample hooks/post-update dosent seem to do the trick, I have to manually run git update-server-info in each repo. Why is that?
I am able to clone only bare repositories over http. For non bare it give ".../info/refs.. not found". But I am able to clone a non bare repo by explicitly giving path to .git folder "http:// localhost/repo/.git".
Any way that I get both things working fine or is it something I am doing wrong?
/Cheers