Hi, On Mon, 3 Sep 2007, Ren? Scharfe wrote: > -static long format_commit_message(const struct commit *commit, > - const char *msg, char **buf_p, unsigned long *space_p) > +long format_commit_message(const struct commit *commit, const void *template, > + char **buf_p, unsigned long *space_p) I am quite sure that this breaks compilation in C++. Besides, "format" is so much more descriptive here IMHO. What is so wrong with "format" for you? Ciao, 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