summaryrefslogtreecommitdiffstats
path: root/git-var.html
diff options
context:
space:
mode:
authorJunio C Hamano <jch@google.com>2012-04-23 13:55:49 -0700
committerJunio C Hamano <jch@google.com>2012-04-23 13:55:49 -0700
commit4eda136783d48b089bf8fbdb0d45883cb71fb68d (patch)
treec5f0b1977935832bf5fd1e75e6765d9c10bfc46a /git-var.html
parent0c1b64ec7505c3f5b7ca8e4ccc69a577adb0b814 (diff)
downloadgit-htmldocs-4eda136783d48b089bf8fbdb0d45883cb71fb68d.tar.gz
Autogenerated HTML docs for v1.7.10-280-gaa39
Diffstat (limited to 'git-var.html')
-rw-r--r--git-var.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/git-var.html b/git-var.html
index ac14adc8f..05670b800 100644
--- a/git-var.html
+++ b/git-var.html
@@ -644,7 +644,8 @@ GIT_EDITOR
<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>.
+ <tt>$VISUAL</tt>, then <tt>$EDITOR</tt>, and then the default chosen at compile
+ time, which is usually <em>vi</em>.
</p>
</dd>
<dt class="hdlist1">
@@ -655,7 +656,8 @@ GIT_PAGER
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>.
+ configuration, then <tt>$PAGER</tt>, and then the default chosen at
+ compile time (usually <em>less</em>).
</p>
</dd>
</dl></div>
@@ -703,7 +705,7 @@ Your sysadmin must hate you!
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-11-15 13:45:02 PDT
+Last updated 2012-04-23 13:55:31 PDT
</div>
</div>
</body>