summaryrefslogtreecommitdiffstats
path: root/git-describe.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-11-10 22:02:20 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-11-10 22:02:20 +0000
commit446ed777193d588b52d2b3762d359647ba2c301e (patch)
treee8f4e1d66cd3c63324fc755b154aba41a92884cf /git-describe.html
parenta1f86336a1ae7a49b2a8384cc7d14eaa7a186cd3 (diff)
downloadgit-htmldocs-446ed777193d588b52d2b3762d359647ba2c301e.tar.gz
Autogenerated HTML docs for v1.6.5.2-179-g8ac7a
Diffstat (limited to 'git-describe.html')
-rw-r--r--git-describe.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/git-describe.html b/git-describe.html
index 978fb4e7a..eba653d5c 100644
--- a/git-describe.html
+++ b/git-describe.html
@@ -320,7 +320,8 @@ git-describe(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<div class="para"><p><em>git describe</em> [--all] [--tags] [--contains] [--abbrev=&lt;n&gt;] &lt;committish&gt;&#8230;</p></div>
+<div class="para"><p><em>git describe</em> [--all] [--tags] [--contains] [--abbrev=&lt;n&gt;] &lt;committish&gt;&#8230;
+<em>git describe</em> [--all] [--tags] [--contains] [--abbrev=&lt;n&gt;] --dirty[=&lt;mark&gt;]</p></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
@@ -345,6 +346,16 @@ see the -a and -s options to <a href="git-tag.html">git-tag(1)</a>.</p></div>
</p>
</dd>
<dt>
+--dirty[=&lt;mark&gt;]
+</dt>
+<dd>
+<p>
+ Describe the working tree.
+ It means describe HEAD and appends &lt;mark&gt; (<tt>-dirty</tt> by
+ default) if the working tree is dirty.
+</p>
+</dd>
+<dt>
--all
</dt>
<dd>
@@ -530,7 +541,7 @@ updated by Shawn Pearce &lt;spearce@spearce.org&gt;.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-11-05 05:28:28 UTC
+Last updated 2009-11-10 22:01:54 UTC
</div>
</div>
</body>