Nico -telmich- Schottelius wrote: > Linus Torvalds [Wed, Nov 23, 2005 at 09:20:28AM -0800]: >>Is the tree public so that we can look at it and perhaps make a guess from >>what happened around it? > > > I am sorry it is not. Perhaps I can convince my boss to allow access to it for > some git developers, so someone could debug it. Thought, every information > found in the tree would have to be treated confidental. > > Do you have some other hints on how to debug that? Perhaps some conistency checking > tool? > > Or perhaps should I put that git directory under cvs? ;-) Is there anything in the directory structure that would be confidential? Can you maybe provide the output of "git-whatchanged" (with no parameters) or maybe git-whatchanged $commit1..$commit2 path/ Where $commit1 is a few commits before the problem, and $commit2 is a few after it, and path/ is a path above the problem path? You might add -m to that command line, too. If the output of one of those commands, which will be commit objects + tree differences, is less problematic, perhaps that would be easier to share? - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
This archive was generated by hypermail 2.1.8 : 2005-11-25 12:55:56 EST