From: Junio C Hamano <gitster@pobox.com>
To: Stephen Boyd <bebarino@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] grep: expose "status-only" feature via -q
Date: Thu, 28 Jan 2010 12:27:58 -0800 [thread overview]
Message-ID: <7viqamkm9d.fsf@alter.siamese.dyndns.org> (raw)
In-Reply-To: <4B61BC02.3070408@gmail.com> (Stephen Boyd's message of "Thu\, 28 Jan 2010 08\:32\:02 -0800")
Stephen Boyd <bebarino@gmail.com> 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.
prev parent reply other threads:[~2010-01-28 20:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-25 23:37 [PATCH] grep: expose "status-only" feature via -q Junio C Hamano
2010-01-28 16:32 ` Stephen Boyd
2010-01-28 20:27 ` Junio C Hamano [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7viqamkm9d.fsf@alter.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=bebarino@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).