git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* can't redirect git's progress output (stderr)
@ 2010-11-01 12:40 Delan Azabani
  2010-11-01 14:42 ` Andreas Schwab
  2010-11-01 20:38 ` Torsten Bögershausen
  0 siblings, 2 replies; 3+ messages in thread
From: Delan Azabani @ 2010-11-01 12:40 UTC (permalink / raw)
  To: git

Hi all,

I'm writing a URI handler for git that uses bash/zenity to allow the
user to clone a git repository when a git:// link is clicked in a browser.

I'm having a bit of trouble getting git's output into zenity, however.
git outputs its progress messages (everything except the "Initializing"
message) on stderr, which shouldn't be a problem. Something weird has
happened though; the moment I try to pipe git's stderr to stdout or a
file, it disappears.

A simple way to test this:

git clone git://your.favourite/git/repo 2> file1
git clone git://your.favourite/git/repo 2>&1 > file2

file1 will be empty (why?) and file2 will contain only the
"Initializing" message, which came from stdout.

TL;DR why can't I pipe git's stderr output?

Help would be greatly appreciated; thanks in advance.

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

end of thread, other threads:[~2010-11-01 20:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-01 12:40 can't redirect git's progress output (stderr) Delan Azabani
2010-11-01 14:42 ` Andreas Schwab
2010-11-01 20:38 ` Torsten Bögershausen

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