On Tue, 16 Oct 2007, Medve Emilian-EMMEDVE1 wrote: > > $ git remote update > Updating origin > error: Object 5dc01c595e6c6ec9ccda4f6f69c131c0dd945f8c is a tree, not a commit > error: Object 5dc01c595e6c6ec9ccda4f6f69c131c0dd945f8c is a tree, not a commit Interesting. Something seems to be assuming that all tags are commits. Which is not true. You can have (and the kernel repo does this) a tag pointing to a pure tree state (with no history), or as in the case of git itself, there's a tag pointing to a blob that contains Junio's public key. > The situation is similar with the git tree: > > error: Object a0e7d36193b96f552073558acf5fcc1f10528917 is a blob, not a commit Yeah, same thing. > Is this something I should be worried about? No, but if it still happens with a newer git, holler. Linus - 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