On Fri, Feb 20, 2009 at 4:23 PM, Junio C Hamano [off-list ref] wrote:
John Williams [off-list ref] writes:
quoted
Strange thing is, when doing an http fetch of said tree, it gets no updates
to the tree later than about Jan 13 this year, even though the tree itself
has many, many commits since then (its origin is Linus's tree and we pull
regularly). Heads created later than that date are also not visible (doing
git branch -a) in the clone pulled over http. Clones made using git: are
fine.
Most likely you would want to run git-update-server-info from
project.git/hooks/post-update hook. A sample shipped with git looks like:
That was it - thanks for the quick response.
John