]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ma/config-page-only-in-list-mode'
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Mar 2018 18:30:09 +0000 (11:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Mar 2018 18:30:09 +0000 (11:30 -0700)
In a way similar to how "git tag" learned to honor the pager
setting only in the list mode, "git config" learned to ignore the
pager setting when it is used for setting values (i.e. when the
purpose of the operation is not to "show").

* ma/config-page-only-in-list-mode:
  config: change default of `pager.config` to "on"
  config: respect `pager.config` in list/get-mode only
  t7006: add tests for how git config paginates

1  2 
git.c

diff --cc git.c
Simple merge