summaryrefslogtreecommitdiffstats
path: root/git-describe.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-22 07:23:37 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-22 07:23:37 +0000
commit5e284b493e1b24c922c8de3fb1ebcec179039a9c (patch)
tree4e4c6aceea1d9b41f6c97d0841c3740078e87596 /git-describe.html
parenta5c02c50ab1f04e70fb2b0fcfc021e94291f58e8 (diff)
downloadgit-htmldocs-5e284b493e1b24c922c8de3fb1ebcec179039a9c.tar.gz
Autogenerated HTML docs for v1.5.2-35-ga334
Diffstat (limited to 'git-describe.html')
-rw-r--r--git-describe.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/git-describe.html b/git-describe.html
index e46d249a0..d1ff5bda4 100644
--- a/git-describe.html
+++ b/git-describe.html
@@ -272,7 +272,7 @@ git-describe(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-describe</em> [--all] [--tags] [--abbrev=&lt;n&gt;] &lt;committish&gt;&#8230;</p>
+<p><em>git-describe</em> [--all] [--tags] [--contains] [--abbrev=&lt;n&gt;] &lt;committish&gt;&#8230;</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -311,6 +311,16 @@ additional commits and the abbreviated object name of the commit.</p>
</p>
</dd>
<dt>
+--contains
+</dt>
+<dd>
+<p>
+ Instead of finding the tag that predates the commit, find
+ the tag that comes after the commit, and thus contains it.
+ Automatically implies --tags.
+</p>
+</dd>
+<dt>
--abbrev=&lt;n&gt;
</dt>
<dd>
@@ -418,7 +428,7 @@ updated by Shawn Pearce &lt;spearce@spearce.org&gt;.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 04-Apr-2007 18:33:37 UTC
+Last updated 22-May-2007 07:23:05 UTC
</div>
</div>
</body>