From: Konstantin Khomoutov <flatworm@users.sourceforge.net>
To: Muzaffer Tolga Ozses <tolga@ozses.net>
Cc: Konstantin Khomoutov <flatworm@users.sourceforge.net>,
git@vger.kernel.org
Subject: Re: Git reports
Date: Fri, 6 Dec 2013 21:53:34 +0400 [thread overview]
Message-ID: <20131206215334.1a9031a1450d9c436943ce3d@domain007.com> (raw)
In-Reply-To: <CAMAQ3nKVjF-5oW2pZZaD9MSz9wqoXJBQDoGcdy5mb=gxCguuSA@mail.gmail.com>
On Fri, 6 Dec 2013 19:44:21 +0200
Muzaffer Tolga Ozses <tolga@ozses.net> wrote:
[...]
> >> > Resolving deltas: 100% (369/369), done.
> >> >
> >> > whereas I don't get those with my own. What could I be doing
> >> > wrong?
[...]
> >> 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).
[...]
> > 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?
> stty tells me
> speed 38400 baud; line = 0;
> eol = M-^?; eol2 = M-^?; swtch = M-^?;
> ixany iutf8
>
> And I run identical commands on both servers, only URL changes.
OK, so we could supposedly rule out the possibility Git does not sense
it's connected to a terminal.
So let's do the next test: does
echo test >&2
print "test" on the box where Git does not report progress?
Another one: does Git report progress if you explicitly pass --progress
to it?
Does it work if you do
git clone $URL 2>&1
?
What Git and OS versions are on both machines?
next prev parent reply other threads:[~2013-12-06 17:53 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
2013-12-06 17:44 ` Muzaffer Tolga Ozses
2013-12-06 17:50 ` Jeff King
2013-12-06 17:53 ` Konstantin Khomoutov [this message]
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=20131206215334.1a9031a1450d9c436943ce3d@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).