Merge branch 'ea/checkout-progress'
commit6a38bd6268fd78ee3e551668bce7ef3a862332d4
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Nov 2015 23:24:28 +0000 (5 15:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Nov 2015 23:24:28 +0000 (5 15:24 -0800)
tree5b9f32139b3d09088c3649c22e7468e9b222c1ba
parent848cdba579f81eda41267ee7e4333ab9db8a594a
parent870ebdb9c4facb55ed4817c5ff0968c0aadb7283
Merge branch 'ea/checkout-progress'

"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