diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-12 19:13:25 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-12 19:13:25 -0700 |
commit | 71c87795c3f724a88c2f1f95aa21f212efc69b66 (patch) | |
tree | 817d8705f7d3fc4b5be3e43e169d671b99a581dc /Documentation/git.txt | |
parent | GIT 1.4.2 (diff) | |
parent | pager: environment variable GIT_PAGER to override PAGER (diff) | |
download | tgif-71c87795c3f724a88c2f1f95aa21f212efc69b66.tar.xz |
Merge branch 'ml/pager'
Diffstat (limited to 'Documentation/git.txt')
-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 bcf187a11c..3de5fa9c82 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -633,6 +633,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 |