diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-08-16 04:14:33 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-16 02:58:22 -0700 |
commit | 4370c2d620df93343e52432d92e3a3c031916697 (patch) | |
tree | 024ecfd2770f016dc3164654c6ce8dc6e6e2293e /Documentation | |
parent | a5ab00c5d20cee04ce181bb5a6c3ca5d923744a4 (diff) | |
download | git-4370c2d620df93343e52432d92e3a3c031916697.tar.gz git-4370c2d620df93343e52432d92e3a3c031916697.tar.xz |
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.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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.<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. |