Skip to content

Commit

Permalink
Document how to tell git to not launch a pager
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Grimm <koreth@midwinter.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Steven Grimm authored and Junio C Hamano committed Jul 20, 2007
1 parent c4fba0a commit a7738c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7738c7

Please sign in to comment.