Hi
My instructions were actually not correct; two points I failed to highlight:
* some old template hooks had "git-update-server-info" but that doesn't exist anymore; instead one is supposed to run "git update-server-info"; please check that your hooks/post-update scripts use the new command
* you need to run this once to update refs, otherwise "git update-server-info" will only run on the next "git push"; please run "git update-server-info" in each of the affected .git repos!
Thanks,