Merge branch 'ap/checkout-no-progress-for-non-tty' into maint
authorJunio C Hamano <gitster@pobox.com>
Fri, 1 Jun 2012 19:59:50 +0000 (12:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Jun 2012 19:59:51 +0000 (12:59 -0700)
"git checkout" gave progress display even when the standard error
stream was not connected to the tty, which made little sense.

By Avery Pennarun
* ap/checkout-no-progress-for-non-tty:
  checkout: no progress messages if !isatty(2).


Trivial merge