Merge branch 'ea/checkout-progress'
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Nov 2015 23:24:28 +0000 (15:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Nov 2015 23:24:28 +0000 (15:24 -0800)
"git checkout" did not follow the usual "--[no-]progress"
convention and implemented only "--quiet" that is essentially
a superset of "--no-progress". Extend the command to support the
usual "--[no-]progress".

* ea/checkout-progress:
checkout: add --progress option

Trivial merge