Sverre Rabbelier <srabbelier@xxxxxxxxx> writes: > 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'. Try this: git commit --message foo ... it works. Parse-options allows it, but handwritten option parsing for git log doesn't. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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