Merge branch 'ap/checkout-no-progress-for-non-tty' into maint
commit63cdf160f335758e80e898cda6d6cdaca72dc745
authorJunio C Hamano <gitster@pobox.com>
Fri, 1 Jun 2012 19:59:50 +0000 (1 12:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Jun 2012 19:59:51 +0000 (1 12:59 -0700)
tree91dcbdfb096e8b3364376ea2dddd23e5a5735f8d
parent9c136bfb487d2b3d66cb09c763330822329497a0
parente9fc64c60a71a190016a9e9bcb81195a0fa0d9f4
Merge branch 'ap/checkout-no-progress-for-non-tty' into maint

"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).