diff options
author | Jonathan Nieder <jrnieder@uchicago.edu> | 2008-08-24 00:28:32 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-24 12:04:14 -0700 |
commit | ab54cd6c4d54b7d9bf6dccfa7ea54f209ea76601 (patch) | |
tree | b99e49eb14b33f732f803b989827d083904a5625 /Documentation/config.txt | |
parent | 32818085ee88dd98c48a0838fba3c4673d5e819c (diff) | |
download | git-ab54cd6c4d54b7d9bf6dccfa7ea54f209ea76601.tar.gz |
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 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 167958282b..81f981509a 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -358,8 +358,13 @@ core.editor:: `EDITOR` environment variables and then finally `vi`. core.pager:: - The command that git will use to paginate output. Can be overridden - with the `GIT_PAGER` environment variable. + The command that git will use to paginate output. Can + be overridden with the `GIT_PAGER` environment + variable. Note that git sets the `LESS` environment + variable to `FRSX` if it is unset when it runs the + pager. One can change these settings by setting the + `LESS` variable to some other value or by giving the + `core.pager` option a value such as "`less -+FRSX`". core.whitespace:: A comma separated list of common whitespace problems to |