Documentation: clarify pager.<cmd> configuration
authorJonathan Nieder <jrnieder@uchicago.edu>
Sun, 24 Aug 2008 05:38:06 +0000 (00:38 -0500)
committerJunio 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>
No differences found