git-lfs/tasklog
brian m. carlson 705f4f0325
tasklog: detect Cygwin-style pipe TTYs as TTYs as well
Some Unix emulation layers for Windows, such as Cygwin and MSYS, use
pipes to create their Unix-style TTYs. These TTYs are not detected as
such by Windows, which sees them as pipes. However, our isatty module
has a way to detect them, and they will function just like a TTY for our
purposes, so check for them as well and handle them as TTYs if present.
2019-03-28 16:28:38 +00:00
..
list_task_test.go tlog,tasklog: rename package 'tlog' to 'task' 2017-11-22 14:07:24 -08:00
list_task.go tlog,tasklog: rename package 'tlog' to 'task' 2017-11-22 14:07:24 -08:00
log_test.go tasklog: don't log progress status when stdout is not a tty 2018-11-14 14:35:29 -08:00
log.go tasklog: detect Cygwin-style pipe TTYs as TTYs as well 2019-03-28 16:28:38 +00:00
percentage_task_test.go tasklog: un-t.Skip() TestPercentageTaskCalculatesPercentWithoutTotal 2017-12-04 12:01:17 -08:00
percentage_task.go tasklog: note alignemnt issue in *PercentageTask 2018-02-26 17:06:10 -08:00
simple_task_test.go tasklog: update tests 2017-12-01 14:29:08 -08:00
simple_task.go tasklog/simple_task: wait for call to OnComplete 2017-12-01 14:23:47 -08:00
task.go tlog,tasklog: rename package 'tlog' to 'task' 2017-11-22 14:07:24 -08:00
waiting_task_test.go tlog,tasklog: rename package 'tlog' to 'task' 2017-11-22 14:07:24 -08:00
waiting_task.go tlog,tasklog: rename package 'tlog' to 'task' 2017-11-22 14:07:24 -08:00