Mike Hommey b712e3e2a3 clone: call transport_set_verbosity before anything else on the newly created transport
Commit 2879bc3 made the progress and verbosity options sent to remote helper
earlier than they previously were. But nothing else after that would send
updates if the value is changed later on with transport_set_verbosity.

While for fetch and push, transport_set_verbosity is the first thing that
is done after creating the transport, it was not the case for clone. So
commit 2879bc3 broke changing progress and verbosity for clone, for urls
requiring a remote helper only (so, not git:// urls, for instance).

Moving transport_set_verbosity to just after the transport is created
works around the issue.

This fixes https://github.com/git-for-windows/git/issues/158

Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-05-25 13:45:12 +00:00
2015-05-14 10:42:46 +02:00
2015-05-14 10:40:27 +02:00
2015-03-17 16:01:27 -07:00
2015-03-10 20:53:52 -07:00
2015-05-14 10:06:02 +02:00
2015-05-14 10:06:02 +02:00
2015-05-13 14:11:43 -07:00
2015-03-27 13:02:32 -07:00
2015-05-14 10:42:48 +02:00
2015-05-14 10:42:48 +02:00
2015-03-23 11:12:58 -07:00
2015-05-13 14:11:43 -07:00
2015-03-22 21:39:16 -07:00
2015-03-22 21:39:18 -07:00

Git for Windows

Join the chat at https://gitter.im/git-for-windows/git

This is the source code of Git for Windows, forked from Git.

This project is run by a governance model. If you encounter problems, you can report them as GitHub issues, discuss them on Git for Windows' Google Group, and contribute bug fixes.

Description
No description provided
Readme 660 MiB
Languages
C 50.5%
Shell 38.8%
Perl 4.4%
Tcl 3.2%
Python 0.8%
Other 2.1%