Am 19.05.2011 23:33, schrieb Junio C Hamano: > --- a/cache.h > +++ b/cache.h > @@ -1030,7 +1030,8 @@ struct object_info { > enum { > OI_CACHED, > OI_LOOSE, > - OI_PACKED > + OI_PACKED, > + OI_DBCACHED, > } whence; Some compilers don't like trailing commas in enums. -- 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