Merge branch 'ma/branch-list-paginate'
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Nov 2017 04:41:49 +0000 (13:41 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Nov 2017 04:41:50 +0000 (13:41 +0900)
commit3b49e1b0e900a88cab9e1b035dac83c0dd6ae2b3
tree31a86627d257322a94ef0e3977fb5b89b18477c6
parent16169285f1e63f6a3d9ec10e48f55d6825d3156b
parent0ae19de74f6f5d6c6f9c80899e1ecd611c5b9827
Merge branch 'ma/branch-list-paginate'

"git branch --list" learned to show its output through the pager by
default when the output is going to a terminal, which is controlled
by the pager.branch configuration variable.  This is similar to a
recent change to "git tag --list".

* ma/branch-list-paginate:
  branch: change default of `pager.branch` to "on"
  branch: respect `pager.branch` in list-mode only
  t7006: add tests for how git branch paginates
Documentation/git-branch.txt
builtin/branch.c
git.c
t/t7006-pager.sh