diff options
author | Martin Ågren <martin.agren@gmail.com> | 2017-11-19 16:03:50 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-20 09:50:25 +0900 |
commit | 0ae19de74f6f5d6c6f9c80899e1ecd611c5b9827 (patch) | |
tree | e769eb86928cc201ad2cc5c116f14ec8398228ff /Documentation | |
parent | branch: respect `pager.branch` in list-mode only (diff) | |
download | tgif-0ae19de74f6f5d6c6f9c80899e1ecd611c5b9827.tar.xz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-branch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index 9dae1ea295..ef187ba7cf 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -274,7 +274,7 @@ start-point is either a local or remote-tracking branch. CONFIGURATION ------------- `pager.branch` is only respected when listing branches, i.e., when -`--list` is used or implied. +`--list` is used or implied. The default is to use a pager. See linkgit:git-config[1]. Examples |