From: Steven Grimm Date: Thu, 19 Jul 2007 10:43:51 +0000 (-0700) Subject: Document how to tell git to not launch a pager X-Git-Tag: v1.5.3-rc3~32 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a7738c77f1f17ced885ce96e986b948a0b256452;p=git.git Document how to tell git to not launch a pager Signed-off-by: Steven Grimm Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git.txt b/Documentation/git.txt index 3fbfd45ff..4c4d1746e 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