Merge branch 'jk/clone-progress-to-stderr'
commitf94a84c408babe92f951050a69e23df537302e54
authorJunio C Hamano <gitster@pobox.com>
Fri, 18 Oct 2013 20:49:51 +0000 (18 13:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Oct 2013 20:49:51 +0000 (18 13:49 -0700)
tree70f65fc10c388184b5127a1df933248a381d5ef6
parent039048e6539623a80618247724eef977c6a855b7
parent643f918d13906cbccdc5ad188767fc7895e30fc1
Merge branch 'jk/clone-progress-to-stderr'

Some progress and diagnostic messages from "git clone" were
incorrectly sent to the standard output stream, not to the standard
error stream.

* 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
t/t5601-clone.sh