summaryrefslogtreecommitdiffstats
path: root/git-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-11-29 10:12:47 +0900
committerJunio C Hamano <gitster@pobox.com>2017-11-29 10:12:47 +0900
commit7da67f7dfd2371f3a505c40bf8f4ed1f2fc6cb9c (patch)
treea096fced7d0756dd05fffa5485ba30b1bfa241ef /git-branch.txt
parent4886c778b44a0a4b9eb64392c58bf4ff20b4f587 (diff)
downloadgit-htmldocs-7da67f7dfd2371f3a505c40bf8f4ed1f2fc6cb9c.tar.gz
Autogenerated HTML docs for v2.15.1-271-g1a4e4
Diffstat (limited to 'git-branch.txt')
-rw-r--r--git-branch.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/git-branch.txt b/git-branch.txt
index d6587c5e9..520c53b5e 100644
--- a/git-branch.txt
+++ b/git-branch.txt
@@ -281,6 +281,12 @@ start-point is either a local or remote-tracking branch.
and the object it points at. The format is the same as
that of linkgit:git-for-each-ref[1].
+CONFIGURATION
+-------------
+`pager.branch` is only respected when listing branches, i.e., when
+`--list` is used or implied. The default is to use a pager.
+See linkgit:git-config[1].
+
Examples
--------