git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Torsten Bögershausen" <tboegi@web.de>
To: delan@azabani.com
Cc: git@vger.kernel.org
Subject: Re: can't redirect git's progress output (stderr)
Date: Mon, 01 Nov 2010 21:38:10 +0100	[thread overview]
Message-ID: <4CCF2532.3070703@web.de> (raw)
In-Reply-To: <4CCEB53E.9080102@azabani.com>

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


On 01.11.10 13:40, Delan Azabani wrote:

> 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.
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      parent reply	other threads:[~2010-11-01 20:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

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=4CCF2532.3070703@web.de \
    --to=tboegi@web.de \
    --cc=delan@azabani.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).