All of lore.kernel.org
 help / color / mirror / Atom feed
* git pull --quiet is not quiet
@ 2012-07-24  1:56 Steven Penny
  0 siblings, 0 replies; only message in thread
From: Steven Penny @ 2012-07-24  1:56 UTC (permalink / raw)
  To: git

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-24  1:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-24  1:56 git pull --quiet is not quiet Steven Penny

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.