]> git.scripts.mit.edu Git - git.git/commitdiff
Merge branch 'jk/clone-progress-to-stderr' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2013 17:19:24 +0000 (10:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2013 17:19:24 +0000 (10:19 -0700)
"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

1  2 
builtin/clone.c

diff --cc builtin/clone.c
Simple merge