Hi, On Wed, 8 Aug 2007, Junio C Hamano wrote: > + * > + * Non commit objects such as tags and blobs do not have > + * this issue as they are not affected by those extra > + * constraints. > */ > - if (!(e->item->flags & SHOWN)) { > + if (!(e->item->flags & SHOWN) && e->item->type == OBJ_COMMIT) { That is all? Heh. Thanks for fixing this bug, Dscho - 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