]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kd/auto-col-with-pager-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 04:11:22 +0000 (13:11 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 04:11:22 +0000 (13:11 +0900)
commit36625e219dc74bb2640e07e275fb30bffa47b4cd
treeb7ffc36504c9c4bfe4e78cfb7952009edd2df11d
parent22ddc4bf29160d04eaff78d1acb04ca153ec5dde
parent965ff23a4395fb9c09133a48244b1cd2f70e88e9
Merge branch 'kd/auto-col-with-pager-fix'

"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