git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] git push writes to stderr instead of stdout on success
@ 2014-05-19 15:03 Marat Radchenko
  2014-05-19 15:49 ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: Marat Radchenko @ 2014-05-19 15:03 UTC (permalink / raw)
  To: git

`git push` writes to stderr instead of stdout

Steps to reproduce:

  mkdir foo
  cd foo
  git init
  echo foo > fo
  git add -A
  git commit -am "foo"
  git push . HEAD:refs/heads/newbranch 2>out

Expected: `out` file is empty

Actual: `out` file contents:

To .
 * [new branch]      HEAD -> newbranch

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-19 16:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-19 15:03 [BUG] git push writes to stderr instead of stdout on success Marat Radchenko
2014-05-19 15:49 ` Jeff King
2014-05-19 16:43   ` Marat Radchenko

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).