]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-branch.txt
branch: change default of `pager.branch` to "on"
authorMartin Ågren <martin.agren@gmail.com>
Sun, 19 Nov 2017 15:03:50 +0000 (16:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Nov 2017 00:50:25 +0000 (09:50 +0900)
commit0ae19de74f6f5d6c6f9c80899e1ecd611c5b9827
treee769eb86928cc201ad2cc5c116f14ec8398228ff
parentd74b541e0b40be0bf35e836bd8c6cbf653283d4b
branch: change default of `pager.branch` 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.branch`
at all when we are not listing branches. This change will help with
listing many branches, but will not hurt users of `git branch
--edit-description` 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-branch.txt
builtin/branch.c
t/t7006-pager.sh