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: http://git.ipfire.org/?a=commitdiff_plain;h=05682ee270199fdfbc11883458b3639b2b1577df;p=thirdparty%2Fgit.git 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