I am setting up a Git server using HTTP transport. As both my server and the clients will be using Git >= 1.6.6, Smart HTTP Transport is enabled.
The Git manual section about the HTTP/S Protocol says that I need to enable a post-update hook calling:
git update-server-info Is this command still needed when using the Smart HTTP Transport (Git >= 1.6.6)?