summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f5f7e4a)
raw | patch | inline | side by side (parent: f5f7e4a)
author | Jonathan Nieder <jrnieder@uchicago.edu> | |
Sun, 24 Aug 2008 05:38:06 +0000 (00:38 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 24 Aug 2008 19:01:28 +0000 (12:01 -0700) |
It was not obvious from the text that pager.<cmd> is a boolean
setting.
While we're changing the description, make some other
improvements: lest we forget and fret, clarify that -p and
pager.<cmd> do not kick in when stdout is not a tty; point to
related core.pager and GIT_PAGER settings; use renamed --paginate
option.
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
setting.
While we're changing the description, make some other
improvements: lest we forget and fret, clarify that -p and
pager.<cmd> do not kick in when stdout is not a tty; point to
related core.pager and GIT_PAGER settings; use renamed --paginate
option.
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | patch | blob | history |
index 676c39bb8436f35e1471b8dd50fd888ae1ac5c6b..167958282bff55ca1457a2199d9c660d3585d642 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
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.
+ Allows turning on or off pagination of the output of a
+ particular git subcommand when writing to a tty. If
+ `\--paginate` or `\--no-pager` is specified on the command line,
+ it takes precedence over this option. To disable pagination for
+ all commands, set `core.pager` or 'GIT_PAGER' to "`cat`".
pull.octopus::
The default merge strategy to use when pulling multiple branches