From: Stephen Boyd <bebarino@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] grep: expose "status-only" feature via -q
Date: Thu, 28 Jan 2010 08:32:02 -0800 [thread overview]
Message-ID: <4B61BC02.3070408@gmail.com> (raw)
In-Reply-To: <7vk4v53gek.fsf@alter.siamese.dyndns.org>
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? I think this might be mistaken
for enabling threads or some fancy algorithm to go faster.
next prev parent reply other threads:[~2010-01-28 16:32 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 [this message]
2010-01-28 20:27 ` Junio C Hamano
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=4B61BC02.3070408@gmail.com \
--to=bebarino@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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).