diff options
author | Matthias Lederhofer <matled@gmx.net> | 2006-07-31 15:27:00 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-31 15:51:25 -0700 |
commit | c27d205aaefb654c12a4ab9e0b4fae1882c0fc70 (patch) | |
tree | dd9a365a38adedb01e836585ce7a19376ae2d2d3 /Documentation | |
parent | aa086eb813d4fe21aac556a94efe5e29b44d8ca4 (diff) | |
download | git-c27d205aaefb654c12a4ab9e0b4fae1882c0fc70.tar.gz |
pager: environment variable GIT_PAGER to override PAGER
Signed-off-by: Matthias Lederhofer <matled@gmx.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 7310a2b8b8..d24388368e 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -627,6 +627,9 @@ git Diffs other ~~~~~ +'GIT_PAGER':: + This environment variable overrides `$PAGER`. + 'GIT_TRACE':: If this variable is set git will print `trace:` messages on stderr telling about alias expansion, built-in command |