* H. Peter Anvin <hpa@xxxxxxxxx> wrote: > Ingo Molnar wrote: >> * H. Peter Anvin <hpa@xxxxxxxxx> wrote: >> >>> Wang Chen wrote: >>>>> 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. hm, -tip's .git/hooks/post-update already contained this, for the last 2 months: exec git update-server-info so ... _despite_ us having this in the git repo, the HTTP protocol still does not work. Why? Ingo -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html