Re: tip tree clone fail
From: Lars Hjemli <hidden>
Date: 2016-06-15 22:45:28
On Sun, Oct 12, 2008 at 13:28, Wang Chen [off-list ref] wrote:
H. Peter Anvin said the following on 2008-10-10 23:58: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. Shawn Pierce at Google is working on a long-term solution, but in the meantime, if you have to use http transport, murder your IT people.So, the current solutions are: 1. Waiting for Shawn fixing it. 2. Asking Ingo to "git update-server-info" after each push. 3. Murdering our IT people.
4. Install cgit, which removes the need for `git update-server-info` -- larsh