Johannes Schindelin schrieb: >> -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? I have nothing against naming the parameter "format", actually. This name simply didn't occur to me -- weird but true. :-] René - 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