]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-config.txt
config: change default of `pager.config` to "on"
authorMartin Ågren <martin.agren@gmail.com>
Wed, 21 Feb 2018 18:51:44 +0000 (19:51 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Feb 2018 22:27:30 +0000 (14:27 -0800)
commitc0e9f5be873d7c6a5df928f167ec1b27027efb45
tree71b1b97db80b4b880a0145a885d896036d5fd6ff
parent32888b8fd56175f52f3139915d931f78d8c4ef89
config: change default of `pager.config` to "on"

This is similar to ff1e72483 (tag: change default of `pager.tag` to
"on", 2017-08-02) and is safe now that we do not consider `pager.config`
at all when we are not listing or getting configuration. This change
will help with listing large configurations, but will not hurt users of
`git config --edit` as it would have before the previous commit.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-config.txt
builtin/config.c
t/t7006-pager.sh