Avoid scary errors about tagged trees/blobs during git-fetch
commitcfa5b2b7faa1a620ec6599a63fa5b9b45bd62b57
authorShawn O. Pearce <spearce@spearce.org>
Fri, 19 Oct 2007 04:54:59 +0000 (19 00:54 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 19 Oct 2007 07:47:07 +0000 (19 03:47 -0400)
treec0b728d7ec2e7108a609919deb7f97436cafc4f8
parentda0204df587ae76cd291bc7e495fc60d873c2f20
Avoid scary errors about tagged trees/blobs during git-fetch

This is the same bug as 42a32174b600f139b489341b1281fb1bfa14c252.
The warning "Object $X is a tree, not a commit" is bogus and is
not relevant here.  If its not a commit we just need to make sure
we don't mark it for merge as we fill out FETCH_HEAD.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
builtin-fetch.c