git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Penny <svnpenn@gmail.com>
To: git@vger.kernel.org
Subject: git pull --quiet is not quiet
Date: Mon, 23 Jul 2012 20:56:31 -0500	[thread overview]
Message-ID: <CAAXzdLWaeZLLwKDQVMNNcKpUXcVb99TJZNwdg+xUxzykZ-Xbrw@mail.gmail.com> (raw)

I have noticed that

  git pull --quiet

is actually only "quiet" if no problems are found

If unmerged error occurs, output is seen on BOTH stdout and stderr

  $ git pull -q >/dev/null
  Pull is not possible because you have unmerged files.
  Please, fix them up in the work tree, and then use 'git add/rm <file>'
  as appropriate to mark resolution, or use 'git commit -a'.

  $ git pull -q 2>/dev/null
  U       AdobeHDS.php

The --quiet option should at least silence the stdout.

                 reply	other threads:[~2012-07-24  1:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAAXzdLWaeZLLwKDQVMNNcKpUXcVb99TJZNwdg+xUxzykZ-Xbrw@mail.gmail.com \
    --to=svnpenn@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).