From: Junio C Hamano Date: Wed, 23 May 2018 05:38:13 +0000 (+0900) Subject: Merge branch 'nd/term-columns' X-Git-Tag: v2.18.0-rc0~63 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/05682ee270199fdfbc11883458b3639b2b1577df?hp=--cc 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() --- 05682ee270199fdfbc11883458b3639b2b1577df