rebase -i: set commit to null in exec commands
[gitweb.git] / Documentation / git-branch.txt
index d6587c5e96f4dbcdb4176d9dd5f6a992c0e83f3b..520c53b5e8bd3792c349db1895fa2e5608ca0a08 100644 (file)
@@ -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
 --------