Ramkumar Ramachandra wrote: > Change the command-line '--log' option from a boolean option to an > integer option What does "git merge --log=-1" do? It looks like you have made "git fmt-merge-msg --log=-1" equivalent to --log=20, but it might be better to error out or use INT_MAX or something (especially because of plans to make -1 mean "infinity" later). Thanks for your perseverance. Aside from those two nits, the patch looks good. -- 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