diff options
author | Jonathan Nieder <jrnieder@uchicago.edu> | 2008-08-24 07:28:32 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-24 21:04:14 +0200 |
commit | ab54cd6c4d54b7d9bf6dccfa7ea54f209ea76601 (patch) | |
tree | b99e49eb14b33f732f803b989827d083904a5625 /Documentation/git.txt | |
parent | Documentation: clarify pager.<cmd> configuration (diff) | |
download | git-ab54cd6c4d54b7d9bf6dccfa7ea54f209ea76601.tar.xz git-ab54cd6c4d54b7d9bf6dccfa7ea54f209ea76601.zip |
Documentation: clarify pager configuration
The unwary user may not know how to disable the -FRSX options.
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 1bc295dd54..363a785452 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -497,7 +497,8 @@ other 'GIT_PAGER':: This environment variable overrides `$PAGER`. If it is set to an empty string or to the value "cat", git will not launch - a pager. + a pager. See also the `core.pager` option in + linkgit:git-config[1]. 'GIT_SSH':: If this environment variable is set then 'git-fetch' |