author | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 19 Oct 2007 04:54:59 +0000 (00:54 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 19 Oct 2007 07:47:07 +0000 (03:47 -0400) | ||
commit | cfa5b2b7faa1a620ec6599a63fa5b9b45bd62b57 | |
tree | c0b728d7ec2e7108a609919deb7f97436cafc4f8 | tree | snapshot |
parent | da0204df587ae76cd291bc7e495fc60d873c2f20 | commit | diff |
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>
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 | diff | blob | history |