> On Mon, May 26, 2008 at 03:27:59AM -0400, Jeff Garzik (
jeff@garzik.org) wrote:
>> git-update-server-info needs to be run on the server, not the client.
>>
>> You can automate this by running this on the server:
>>
>> chmod +x .git/hooks/post-update
>>
>> so that git-update-server-info always runs on the server, after each push.
>>
>> See git-update-server-info(1) for more info.
>
> Hmm... Nothing can be run on server, since git does not believe it is in
> git repo: