]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/pager-bypass-cat-for-default-pager'
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 18:42:15 +0000 (11:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 18:42:16 +0000 (11:42 -0700)
If a build-time fallback is set to "cat" instead of "less", we
should apply the same "no subprocess or pipe" optimization as we
apply to user-supplied GIT_PAGER=cat.

* jk/pager-bypass-cat-for-default-pager:
  pager: turn on "cat" optimization for DEFAULT_PAGER


Trivial merge