diff options
author | Avery Pennarun <apenwarr@gmail.com> | 2012-05-24 02:12:24 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-05-24 11:29:07 -0700 |
commit | e9fc64c60a71a190016a9e9bcb81195a0fa0d9f4 (patch) | |
tree | 9d5586d7c51ddfe8fe30bcd599318922d501bdbe /userdiff.c | |
parent | osxkeychain: pull make config from top-level directory (diff) | |
download | tgif-e9fc64c60a71a190016a9e9bcb81195a0fa0d9f4.tar.xz |
checkout: no progress messages if !isatty(2).
If stderr isn't a tty, we shouldn't be printing incremental progress
messages. In particular, this affects 'git checkout -f . >&logfile'
unless you provided -q. And git-new-workdir has no way to provide -q.
It would probably be better to have progress.c check isatty(2) all the time,
but that wouldn't allow things like 'git push --progress' to force progress
reporting to on, so I won't try to solve the general case right now.
Actual fix suggested by Jeff King.
Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'userdiff.c')
0 files changed, 0 insertions, 0 deletions