Merge branch 'jk/clone-progress-to-stderr' into maint
commitdf1ef917c6d7c8db99ab3fe99ebe35ed96a5d25a
authorJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2013 17:19:24 +0000 (28 10:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2013 17:19:24 +0000 (28 10:19 -0700)
tree09713fc37e25ea36e51e837745b8ec1a95255ef9
parentda212eabec969f0a45475b6a962b06c103a3ec65
parent643f918d13906cbccdc5ad188767fc7895e30fc1
Merge branch 'jk/clone-progress-to-stderr' into maint

"git clone" gave some progress messages to the standard output, not to
the standard error, and did not allow suppressing them with the
"--no-progress" option.

* jk/clone-progress-to-stderr:
  clone: always set transport options
  clone: treat "checking connectivity" like other progress
  clone: send diagnostic messages to stderr
builtin/clone.c