Heya, On Mon, Jul 26, 2010 at 13:14, Matthieu Moy <Matthieu.Moy@xxxxxxx> wrote: > + } else if (!strcmp(arg, "--grep")) { > + add_message_grep(revs, optarg); > + return 2; This one makes a little less sense since to me '--flag' are always booleans, whereas '-m' can take an argument (such as '-m' from 'git commit'. -- Cheers, Sverre Rabbelier -- 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