]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation: document the pager.* configuration setting
authorMiklos Vajna <vmiklos@frugalware.org>
Sat, 16 Aug 2008 02:14:33 +0000 (04:14 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Aug 2008 09:58:22 +0000 (02:58 -0700)
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>
Documentation/config.txt

index b8ec01c923a8bdb8614f5c5700a7fda603365e8b..676c39bb8436f35e1471b8dd50fd888ae1ac5c6b 100644 (file)
@@ -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.