From: "Shawn O. Pearce" <spearce@spearce.org>
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 3/3] Teach cat-file a --quiet option
Date: Sun, 22 Apr 2007 04:15:56 -0400 [thread overview]
Message-ID: <20070422081556.GJ17480@spearce.org> (raw)
In-Reply-To: <7virboq1tx.fsf@assigned-by-dhcp.cox.net>
Junio C Hamano <junkio@cox.net> wrote:
> "Shawn O. Pearce" <spearce@spearce.org> writes:
> > This is especially true if the script is using something like
> > `cat-file blob HEAD:path/to/file` to look at an optional file's
> > content.
>
> I am not sure if I agree with this logic. How is this different
> from discarding stderr to /dev/null?
Also, a redirect of stderr to /dev/null kills other error messages
that might be interesting to see on stderr of the caller, like if
a packfile isn't readable... while my --quiet patch doesn't.j The
--quiet flag only kills errors that occurred because the requested
object doesn't exist.
--
Shawn.
next prev parent reply other threads:[~2007-04-22 8:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-22 1:14 [PATCH 3/3] Teach cat-file a --quiet option Shawn O. Pearce
2007-04-22 7:56 ` Junio C Hamano
2007-04-22 8:11 ` Shawn O. Pearce
2007-04-22 9:20 ` Junio C Hamano
2007-04-22 8:15 ` Shawn O. Pearce [this message]
2007-04-22 9:20 ` 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=20070422081556.GJ17480@spearce.org \
--to=spearce@spearce.org \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.