refactor "dumb" terminal determination
authorLars Schneider <larsxschneider@gmail.com>
Wed, 29 Nov 2017 14:37:51 +0000 (15:37 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Dec 2017 17:38:30 +0000 (09:38 -0800)
Move the code to detect "dumb" terminals into a single location. This
avoids duplicating the terminal detection code yet again in a subsequent
commit.

Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found