summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.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-rev-parse.html
parent3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb (diff)
downloadgit-htmldocs-076ffcc834f02a4f11d7f4fe8825be3b065020ff.tar.gz
Autogenerated HTML docs for v1.8.1.2-545-g2f19ad
Diffstat (limited to 'git-rev-parse.html')
-rw-r--r--git-rev-parse.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/git-rev-parse.html b/git-rev-parse.html
index 4dd95a97c..5a0491f16 100644
--- a/git-rev-parse.html
+++ b/git-rev-parse.html
@@ -754,7 +754,7 @@ git-rev-parse(1) Manual Page
<div class="sect1">
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Many git porcelainish commands take mixture of flags
+<div class="paragraph"><p>Many Git porcelainish commands take mixture of flags
(i.e. parameters that begin with a dash <em>-</em>) and parameters
meant for the underlying <em>git rev-list</em> command they use internally
and flags and parameters for the other commands they use
@@ -1013,7 +1013,7 @@ shown. If the pattern does not contain a globbing character (<code>?</code>,
relative to the current working directory.
</p>
<div class="paragraph"><p>If <code>$GIT_DIR</code> is not defined and the current directory
-is not detected to lie in a git repository or work tree
+is not detected to lie in a Git repository or work tree
print a message to stderr and exit with nonzero status.</p></div>
</dd>
<dt class="hdlist1">
@@ -1103,9 +1103,10 @@ print a message to stderr and exit with nonzero status.</p></div>
</dt>
<dd>
<p>
- Check if &lt;path&gt; is a valid git-dir or a git-file pointing to a valid
- git-dir. If &lt;path&gt; is a valid git-dir the resolved path to git-dir will
- be printed.
+ Check if &lt;path&gt; is a valid repository or a gitfile that
+ points at a valid repository, and print the location of the
+ repository. If &lt;path&gt; is a gitfile then the resolved path
+ to the real repository is printed.
</p>
</dd>
</dl></div>
@@ -1150,7 +1151,7 @@ blobs contained in a commit.</p></div>
A symbolic ref name. E.g. <em>master</em> typically means the commit
object referenced by <em>refs/heads/master</em>. If you
happen to have both <em>heads/master</em> and <em>tags/master</em>, you can
- explicitly say <em>heads/master</em> to tell git which one you mean.
+ explicitly say <em>heads/master</em> to tell Git which one you mean.
When ambiguous, a <em>&lt;refname&gt;</em> is disambiguated by taking the
first match in the following rules:
</p>
@@ -1680,7 +1681,7 @@ Same as above:
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2012-07-22 14:08:46 PDT
+Last updated 2013-02-05 21:07:26 PST
</div>
</div>
</body>