On Tue, 2009-12-08 at 08:56 +0100, Christian Couder wrote: > +static int parse_and_init_tree_desc(const unsigned char *sha1, > + struct tree_desc *desc) > +{ > + struct tree *tree = parse_tree_indirect(sha1); > + if (!tree) > + return 1; > + init_tree_desc(desc, tree->buffer, tree->size); > + return 0; > +} > + > Is there a reason why you use this function instead of fill_tree_descriptor()? -- 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