Stephen Boyd <bebarino@xxxxxxxxx> writes: > On 01/25/2010 03:37 PM, Junio C Hamano wrote: >> @@ -505,6 +512,8 @@ int cmd_grep(int argc, const char **argv, const char *prefix) >> { OPTION_CALLBACK, ')', NULL,&opt, NULL, "", >> PARSE_OPT_NOARG | PARSE_OPT_NONEG | PARSE_OPT_NODASH, >> close_callback }, >> + OPT_BOOLEAN('q', "quick",&opt.status_only, >> + "indicate hit with exit status without output"), >> > > Why isn't this --quiet just like grep? Because I wasn't careful enough. Thanks; will fix. -- 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