Merge branch 'nd/term-columns'
commit05682ee270199fdfbc11883458b3639b2b1577df
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 May 2018 05:38:13 +0000 (23 14:38 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 May 2018 05:38:13 +0000 (23 14:38 +0900)
tree471a24735f6e495a46c508390c3c1e28f77b3e01
parent798b029da81b456077daa7cd7b1a1ed5956fc766
parentb5d5a567fbc1eda911f91a8c78731028065bbed8
Merge branch 'nd/term-columns'

The code did not propagate the terminal width to subprocesses via
COLUMNS environment variable, which it now does.  This caused
trouble to "git column" helper subprocess when "git tag --column=row"
tried to list the existing tags on a display with non-default width.

* nd/term-columns:
  column: fix off-by-one default width
  pager: set COLUMNS to term_columns()
t/t7004-tag.sh