summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2008-08-16 02:14:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-08-16 09:58:22 (GMT)
commit4370c2d620df93343e52432d92e3a3c031916697 (patch)
tree024ecfd2770f016dc3164654c6ce8dc6e6e2293e /Documentation
parenta5ab00c5d20cee04ce181bb5a6c3ca5d923744a4 (diff)
downloadgit-4370c2d620df93343e52432d92e3a3c031916697.zip
git-4370c2d620df93343e52432d92e3a3c031916697.tar.gz
git-4370c2d620df93343e52432d92e3a3c031916697.tar.bz2
Documentation: document the pager.* configuration setting
It was already documented in RelNotes-1.6.0, but not in the git-config manual page. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index b8ec01c..676c39b 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -978,6 +978,11 @@ pack.packSizeLimit::
can be overridden by the `\--max-pack-size` option of
linkgit:git-repack[1].
+pager.<cmd>::
+ Allows to set your own pager preferences for each command, overriding
+ the default. If `\--pager` or `\--no-pager` is specified on the command
+ line, it takes precedence over this option.
+
pull.octopus::
The default merge strategy to use when pulling multiple branches
at once.