Merge branch 'kd/auto-col-with-pager-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Nov 2017 03:04:50 +0000 (12:04 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Nov 2017 03:04:50 +0000 (12:04 +0900)
commite18b1df299a82c8edc262091dc0b77b1f13c5f0b
treee3b523923d3905c58cf649d6027fc5544518fded
parent2cd4e031216401d495465b7eb3c19038965df4af
parent965ff23a4395fb9c09133a48244b1cd2f70e88e9
Merge branch 'kd/auto-col-with-pager-fix' into maint

"auto" as a value for the columnar output configuration ought to
judge "is the output consumed by humans?" with the same criteria as
"auto" for coloured output configuration, i.e. either the standard
output stream is going to tty, or a pager is in use.  We forgot the
latter, which has been fixed.

* kd/auto-col-with-pager-fix:
  column: do not include pager.c
  column: show auto columns when pager is active
t/t7006-pager.sh