summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSteven Grimm <koreth@midwinter.com>2007-07-19 10:43:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-07-20 07:01:26 (GMT)
commita7738c77f1f17ced885ce96e986b948a0b256452 (patch)
tree43193654626dded010ea8c1ae65e78c475744f6a /Documentation
parentc4fba0a358d43fdb2301dd122d68c49dd8471d71 (diff)
downloadgit-a7738c77f1f17ced885ce96e986b948a0b256452.zip
git-a7738c77f1f17ced885ce96e986b948a0b256452.tar.gz
git-a7738c77f1f17ced885ce96e986b948a0b256452.tar.bz2
Document how to tell git to not launch a pager
Signed-off-by: Steven Grimm <koreth@midwinter.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 3fbfd45..4c4d174 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -417,7 +417,9 @@ other
See gitlink:git-merge[1]
'GIT_PAGER'::
- This environment variable overrides `$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.
'GIT_FLUSH'::
If this environment variable is set to "1", then commands such