summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3281808)
raw | patch | inline | side by side (parent: 3281808)
author | Jonathan Nieder <jrnieder@uchicago.edu> | |
Sun, 24 Aug 2008 05:28:32 +0000 (00:28 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 24 Aug 2008 19:04:14 +0000 (12:04 -0700) |
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>
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | patch | blob | history | |
Documentation/git.txt | patch | blob | history |
index 167958282bff55ca1457a2199d9c660d3585d642..81f981509a2b9c129b31772dee5b859b3f1a2315 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
`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
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 1bc295dd547b5375fb7c915efbc91de9130aea2c..363a785452ec13c3e8bd8bd744eb4a4db7fcc991 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
'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'