summaryrefslogtreecommitdiffstats
path: root/git-var.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
commit076ffcc834f02a4f11d7f4fe8825be3b065020ff (patch)
tree6f5fa28df80c60c9b0a1dfab028d3db33ae22fa0 /git-var.html
parent3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb (diff)
downloadgit-htmldocs-076ffcc834f02a4f11d7f4fe8825be3b065020ff.tar.gz
Autogenerated HTML docs for v1.8.1.2-545-g2f19ad
Diffstat (limited to 'git-var.html')
-rw-r--r--git-var.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/git-var.html b/git-var.html
index 3270dacdf..052d37caa 100644
--- a/git-var.html
+++ b/git-var.html
@@ -737,7 +737,7 @@ git-var(1) Manual Page
<h2>NAME</h2>
<div class="sectionbody">
<p>git-var -
- Show a git logical variable
+ Show a Git logical variable
</p>
</div>
</div>
@@ -754,7 +754,7 @@ git-var(1) Manual Page
<div class="sect1">
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Prints a git logical variable.</p></div>
+<div class="paragraph"><p>Prints a Git logical variable.</p></div>
</div>
</div>
<div class="sect1">
@@ -767,7 +767,7 @@ git-var(1) Manual Page
<dd>
<p>
Cause the logical variables to be listed. In addition, all the
- variables of the git configuration file .git/config are listed
+ variables of the Git configuration file .git/config are listed
as well. (However, the configuration variables listing functionality
is deprecated in favor of <code>git config -l</code>.)
</p>
@@ -802,7 +802,7 @@ GIT_COMMITTER_IDENT
</dt>
<dd>
<p>
- The person who put a piece of code into git.
+ The person who put a piece of code into Git.
</p>
</dd>
<dt class="hdlist1">
@@ -810,7 +810,7 @@ GIT_EDITOR
</dt>
<dd>
<p>
- Text editor for use by git commands. The value is meant to be
+ Text editor for use by Git commands. The value is meant to be
interpreted by the shell when it is used. Examples: <code>~/bin/vi</code>,
<code>$SOME_ENVIRONMENT_VARIABLE</code>, <code>"C:\Program Files\Vim\gvim.exe"
--nofork</code>. The order of preference is the <code>$GIT_EDITOR</code>
@@ -824,7 +824,7 @@ GIT_PAGER
</dt>
<dd>
<p>
- Text viewer for use by git commands (e.g., <em>less</em>). The value
+ 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 <code>$GIT_PAGER</code> environment variable, then <code>core.pager</code>
configuration, then <code>$PAGER</code>, and then the default chosen at
@@ -852,7 +852,7 @@ GIT_PAGER
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2012-05-30 14:00:59 PDT
+Last updated 2013-02-05 21:07:26 PST
</div>
</div>
</body>