summaryrefslogtreecommitdiffstats
path: root/git-var.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-11-21 17:37:37 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-11-21 17:37:37 +0000
commit3b70d3c788363466e56886d9fc5d316659cda627 (patch)
tree93140aff56d58afe94727490c401e1cbe78f2748 /git-var.html
parenta5574469119a1d5e9f98cc629e1959eca9719ba9 (diff)
downloadgit-htmldocs-3b70d3c788363466e56886d9fc5d316659cda627.tar.gz
Autogenerated HTML docs for v1.6.5.3-298-g39add
Diffstat (limited to 'git-var.html')
-rw-r--r--git-var.html26
1 files changed, 25 insertions, 1 deletions
diff --git a/git-var.html b/git-var.html
index a0ffb54fb..2fa37d4c7 100644
--- a/git-var.html
+++ b/git-var.html
@@ -369,6 +369,30 @@ GIT_COMMITTER_IDENT
The person who put a piece of code into git.
</p>
</dd>
+<dt>
+GIT_EDITOR
+</dt>
+<dd>
+<p>
+ Text editor for use by git commands. The value is meant to be
+ interpreted by the shell when it is used. Examples: <tt>~/bin/vi</tt>,
+ <tt>$SOME_ENVIRONMENT_VARIABLE</tt>, <tt>"C:\Program Files\Vim\gvim.exe"
+ --nofork</tt>. The order of preference is the <tt>$GIT_EDITOR</tt>
+ environment variable, then <tt>core.editor</tt> configuration, then
+ <tt>$VISUAL</tt>, then <tt>$EDITOR</tt>, and then finally <em>vi</em>.
+</p>
+</dd>
+<dt>
+GIT_PAGER
+</dt>
+<dd>
+<p>
+ Text viewer for use by git commands (e.g., <em>less</em>). The value
+ is meant to be interpreted by the shell. The order of preference
+ is the <tt>$GIT_PAGER</tt> environment variable, then <tt>core.pager</tt>
+ configuration, then <tt>$PAGER</tt>, and then finally <em>less</em>.
+</p>
+</dd>
</dl></div>
</div>
<h2 id="_diagnostics">Diagnostics</h2>
@@ -420,7 +444,7 @@ Your sysadmin must hate you!
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-11-15 09:57:23 UTC
+Last updated 2009-11-21 17:36:59 UTC
</div>
</div>
</body>