checkout: add --progress option
commit870ebdb9c4facb55ed4817c5ff0968c0aadb7283
authorEdmundo Carmona Antoranz <eantoranz@gmail.com>
Sun, 1 Nov 2015 21:19:05 +0000 (1 15:19 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Nov 2015 22:08:17 +0000 (1 14:08 -0800)
tree373e1403f8d87b4ba8030018ba10250cd5a357df
parentb05c2f9ed48adfd9670b28ecdd5c55a4e4698704
checkout: add --progress option

Under normal circumstances, and like other git commands,
git checkout will write progress info to stderr if
attached to a terminal. This option allows progress
to be forced even if not using a terminal. Also,
progress can be skipped if using option --no-progress.

Signed-off-by: Edmundo Carmona Antoranz <eantoranz@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-checkout.txt
builtin/checkout.c