summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /git-rev-parse.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-rev-parse.html')
-rw-r--r--git-rev-parse.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/git-rev-parse.html b/git-rev-parse.html
index eb27abbff..0286d4fa9 100644
--- a/git-rev-parse.html
+++ b/git-rev-parse.html
@@ -272,14 +272,14 @@ git-rev-parse(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-rev-parse</em> [ --option ] &lt;args&gt;&#8230;</p>
+<p><em>git rev-parse</em> [ --option ] &lt;args&gt;&#8230;</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
<p>Many git porcelainish commands take mixture of flags
(i.e. parameters that begin with a dash <em>-</em>) and parameters
-meant for underlying <tt>git-rev-list</tt> command they use internally
-and flags and parameters for other commands they use as the
+meant for the underlying <tt>git-rev-list</tt> command they use internally
+and flags and parameters for the other commands they use
downstream of <tt>git-rev-list</tt>. This command is used to
distinguish between them.</p>
</div>
@@ -521,8 +521,8 @@ distinguish between them.</p>
</dt>
<dd>
<p>
- Parses the date string, and outputs corresponding
- --max-age= parameter for git-rev-list command.
+ Parse the date string, and output the corresponding
+ --max-age= parameter for <tt>git-rev-list</tt>.
</p>
</dd>
<dt>
@@ -533,8 +533,8 @@ distinguish between them.</p>
</dt>
<dd>
<p>
- Parses the date string, and outputs corresponding
- --min-age= parameter for git-rev-list command.
+ Parse the date string, and output the corresponding
+ --min-age= parameter for <tt>git-rev-list</tt>.
</p>
</dd>
<dt>
@@ -759,7 +759,7 @@ reachable from <tt>r1</tt> from the set of commits reachable from
<tt>r2</tt>).</p>
<p>A similar notation "<tt>r1...r2</tt>" is called symmetric difference
of <tt>r1</tt> and <tt>r2</tt> and is defined as
-"<tt>r1 r2 --not $(git-merge-base --all r1 r2)</tt>".
+"<tt>r1 r2 --not $(git merge-base --all r1 r2)</tt>".
It is the set of commits that are reachable from either one of
<tt>r1</tt> or <tt>r2</tt> but not from both.</p>
<p>Two other shorthands for naming a set that is formed by a commit
@@ -864,7 +864,7 @@ bar= some cool option --bar with an argument
An option group Header
C? option C with an optional argument"
-eval `echo "$OPTS_SPEC" | git-rev-parse --parseopt -- "$@" || echo exit $?`</tt></pre>
+eval `echo "$OPTS_SPEC" | git rev-parse --parseopt -- "$@" || echo exit $?`</tt></pre>
</div></div>
</div>
<h2>EXAMPLES</h2>
@@ -916,7 +916,7 @@ Junio C Hamano &lt;junkio@cox.net&gt; and Pierre Habouzit &lt;madcoder@debian.or
</div>
<div id="footer">
<div id="footer-text">
-Last updated 30-Jun-2008 09:04:38 UTC
+Last updated 02-Jul-2008 03:02:00 UTC
</div>
</div>
</body>