From: Andy Parkins <andyparkins@gmail.com>
To: git@vger.kernel.org
Cc: Junio C Hamano <junkio@cox.net>
Subject: Re: [PATCH] Do not show progress meter while checking files out.
Date: Fri, 20 Apr 2007 13:37:18 +0100 [thread overview]
Message-ID: <200704201337.30836.andyparkins@gmail.com> (raw)
In-Reply-To: <1177058540390-git-send-email-junkio@cox.net>
On Friday 2007 April 20 09:42, Junio C Hamano wrote:
> Originally I thought it would take too long to check out many
> files and to prevent people from getting bored, I added progress
> meter. But it feels a bit too noisy; let's disable it.
Don't do that. I like it.
I think you need output like this not to prevent boredom but to reassure that
nothing has crashed or gone wild. A checkout of a big project really can
take time, so it's nice to have the feedback.
Incidentally, the other place that needs some sort of feedback is the
beginning of git-fetch/git-push. I think they are off listing remote
branches, but they don't output anything before they do it, so I have no idea
where the delay is (actually I know that the delay is from forming the ssh
connection - which seems to be unable to understand that I'm connecting over
a VPN and my IP has no reverse DNS so don't check for it - grr - but the
point is that nothing is (apparently) happening and I have no feedback to
know why).
I'll submit a patch...
Andy
--
Dr Andy Parkins, M Eng (hons), MIET
andyparkins@gmail.com
next prev parent reply other threads:[~2007-04-20 12:38 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-20 8:42 [PATCH] git-add -u: match the index with working tree Junio C Hamano
2007-04-20 8:42 ` [PATCH] Do not show progress meter while checking files out Junio C Hamano
2007-04-20 9:37 ` Johannes Sixt
2007-04-20 12:37 ` Andy Parkins [this message]
2007-04-20 12:46 ` Matthieu Moy
2007-04-20 13:04 ` Nicolas Pitre
2007-04-20 14:46 ` Shawn O. Pearce
2007-04-20 13:12 ` J. Bruce Fields
2007-04-20 10:49 ` [PATCH] git-add -u: match the index with working tree Karl Hasselström
2007-04-20 11:16 ` Junio C Hamano
2007-04-20 11:18 ` Nikolai Weibull
2007-04-20 11:39 ` Karl Hasselström
2007-04-20 11:17 ` Junio C Hamano
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=200704201337.30836.andyparkins@gmail.com \
--to=andyparkins@gmail.com \
--cc=git@vger.kernel.org \
--cc=junkio@cox.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.