commit | 870ebdb9c4facb55ed4817c5ff0968c0aadb7283 | [log] [tgz] |
---|---|---|
author | Edmundo Carmona Antoranz <eantoranz@gmail.com> | Sun Nov 01 15:19:05 2015 -0600 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Nov 01 14:08:17 2015 -0800 |
tree | 373e1403f8d87b4ba8030018ba10250cd5a357df | |
parent | b05c2f9ed48adfd9670b28ecdd5c55a4e4698704 [diff] |
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>