git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Konstantin Khomoutov <flatworm@users.sourceforge.net>
To: Konstantin Khomoutov <flatworm@users.sourceforge.net>
Cc: Muzaffer Tolga Ozses <tolga@ozses.net>, git@vger.kernel.org
Subject: Re: Git reports
Date: Fri, 6 Dec 2013 21:09:58 +0400	[thread overview]
Message-ID: <20131206210958.59f553060e3802d56f4a53b8@domain007.com> (raw)
In-Reply-To: <20131206210035.17413ee7bcdf3ca0c9655d81@domain007.com>

On Fri, 6 Dec 2013 21:00:35 +0400
Konstantin Khomoutov <flatworm@users.sourceforge.net> wrote:

[...]
> > Resolving deltas: 100% (369/369), done.
> > 
> > whereas I don't get those with my own. What could I be doing wrong?
> 
> The documentation on `git push` states:
> 
>   --progress
> 
>     Progress status is reported on the standard error stream by
> default when it is attached to a terminal, unless -q is specified.
> This flag forces progress status even if the standard error stream is
> not directed to a terminal.
> 
> So it might turn out on your own server Git for some reason fails to
> figure out its standard error stream is connected to a terminal.
> Or, the error stream of your shell process is redirected somewhere
> (and hence inherited by Git).

To underline the fact this is not all too unlikely, you're able to
completely silence error reports in your shell prompt by executing

  exec 2>/dev/null

(you can regain it back by doing `exec 2>&1`).

So you might face a misbehaving shell logon script for instance.

As to whether Git senses the TTY -- what does running

  stty

tells you?  Does it fail with something like "inappropriate ioctl for
device" or prints a couple of settings?

  reply	other threads:[~2013-12-06 17:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-06 16:51 Git reports Muzaffer Tolga Ozses
2013-12-06 17:00 ` Konstantin Khomoutov
2013-12-06 17:09   ` Konstantin Khomoutov [this message]
2013-12-06 17:44     ` Muzaffer Tolga Ozses
2013-12-06 17:50       ` Jeff King
2013-12-06 17:53       ` Konstantin Khomoutov
2013-12-06 19:19         ` Muzaffer Tolga Ozses
2013-12-06 19:24           ` Muzaffer Tolga Ozses
2013-12-06 19:26           ` Jonathan Nieder
2013-12-06 20:36             ` Junio C Hamano
2013-12-06 22:22             ` Jeff King
2013-12-07 19:46               ` Muzaffer Tolga Ozses

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=20131206210958.59f553060e3802d56f4a53b8@domain007.com \
    --to=flatworm@users.sourceforge.net \
    --cc=git@vger.kernel.org \
    --cc=tolga@ozses.net \
    /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).