git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bug: version 2.4 seems to have broken `git clone --progress`
@ 2015-05-11 19:51 Jack O'Connor
  2015-05-11 21:06 ` Junio C Hamano
  0 siblings, 1 reply; 8+ messages in thread
From: Jack O'Connor @ 2015-05-11 19:51 UTC (permalink / raw)
  To: git

In git 2.3.7 I could run the following command and see progress in the
terminal, despite the redirection of stdout and stderr:

    git clone https://github.com/oconnor663/dotfiles --progress 2>&1 | cat

As of 2.4, that command no longer shows progress. When I bisect, the
responsible commit is 2879bc3b0c3acc89f0415ac0d0e3946599d9fc88
("transport-helper: ask the helper to set progress and verbosity
options after asking for its capabilities"). Can anyone suggest a
workaround?

-- Jack O'Connor

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

end of thread, other threads:[~2015-05-12  4:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-11 19:51 Bug: version 2.4 seems to have broken `git clone --progress` Jack O'Connor
2015-05-11 21:06 ` Junio C Hamano
2015-05-12  0:22   ` Mike Hommey
2015-05-12  2:04     ` Junio C Hamano
2015-05-12  2:54       ` Mike Hommey
2015-05-12  3:12       ` [PATCH] clone: call transport_set_verbosity before anything else on the newly created transport Mike Hommey
2015-05-12  3:33         ` Eric Sunshine
2015-05-12  4:30           ` Mike Hommey

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