On Tue, Sep 8, 2009 at 09:15, Junio C Hamano<gitster@xxxxxxxxx> wrote: > @@ -170,6 +170,18 @@ static int git_merge_trees(int index_only, > int rc; > struct tree_desc t[3]; > struct unpack_trees_options opts; > + static struct unpack_trees_error_msgs msgs = { You can make these const, the struct is copied anyway: > + opts.msgs = msgs; Here --^ -- 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