On Jan 18, 2008 1:34 PM, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > So you did something that is unsupported, and now it breaks for you. > > I'd almost say: you should have expected that. Yeah, it was bound to happen. The sad thing is that I didn't notice earlier; I should probably add a test branch to cgit and run something like this in a cron-job: git checkout test && git fetch && git reset --hard origin/master && (cd git && git fetch && git reset --hard origin/master) && make clean && make test && git commit -a -m "Updated to latest git" && git push --force origin test This should help catching this kind of "breakage" a lot earlier. > [snip] Thanks for the review and the kind words! -- larsh - 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