From: Miklos Vajna Date: Sat, 16 Aug 2008 02:14:33 +0000 (+0200) Subject: Documentation: document the pager.* configuration setting X-Git-Tag: v1.6.0~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4370c2d620df93343e52432d92e3a3c031916697;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index b8ec01c92..676c39bb8 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.:: + 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.