summaryrefslogtreecommitdiffstats
path: root/git-name-rev.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-name-rev.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-name-rev.html')
-rw-r--r--git-name-rev.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-name-rev.html b/git-name-rev.html
index e85db1b82..b7ea7adb3 100644
--- a/git-name-rev.html
+++ b/git-name-rev.html
@@ -273,13 +273,13 @@ git-name-rev(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-name-rev</em> [--tags] [--refs=&lt;pattern&gt;]
+<div class="content"><em>git name-rev</em> [--tags] [--refs=&lt;pattern&gt;]
( --all | --stdin | &lt;committish&gt;&#8230; )</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
<p>Finds symbolic names suitable for human digestion for revisions given in any
-format parsable by git-rev-parse.</p>
+format parsable by <tt>git-rev-parse</tt>.</p>
</div>
<h2>OPTIONS</h2>
<div class="sectionbody">
@@ -325,7 +325,7 @@ format parsable by git-rev-parse.</p>
Instead of printing both the SHA-1 and the name, print only
the name. If given with --tags the usual tag prefix of
"tags/" is also omitted from the name, matching the output
- of <a href="git-describe.html">git-describe(1)</a> more closely. This option
+ of <tt>git-describe</tt> more closely. This option
cannot be combined with --stdin.
</p>
</dd>
@@ -354,7 +354,7 @@ format parsable by git-rev-parse.</p>
wrote you about that fantastic commit 33db5f4d9027a10e477ccf054b2c1ab94f74c85a.
Of course, you look into the commit, but that only tells you what happened, but
not the context.</p>
-<p>Enter git-name-rev:</p>
+<p>Enter <tt>git-name-rev</tt>:</p>
<div class="listingblock">
<div class="content">
<pre><tt>% git name-rev 33db5f4d9027a10e477ccf054b2c1ab94f74c85a
@@ -381,7 +381,7 @@ not the context.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 22:46:50 UTC
+Last updated 02-Jul-2008 03:01:54 UTC
</div>
</div>
</body>