Ingo Molnar wrote:
* H. Peter Anvin [off-list ref] wrote:
quoted
Wang Chen wrote:
quoted
quoted
So http transport is wreckaged. (git version 1.6.0.1 here, Wang is using
1.5.3.x)
My git version is 1.5.5.1, although it doesn't matter ;)
http transport requires that "git update-server-info" is done after
each push. Otherwise, it ends up in a trainwreck.
can i simply put "git update-server-info" into .git/hooks/post-receive
to solve this problem?
post-update, rather than post-receive.
The standard post-update.sample contains it, it just needs a rename.
-hpa