summaryrefslogtreecommitdiffstats
path: root/git-describe.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-03-03 02:01:16 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-03-03 02:01:16 +0000
commit4f1d8c48d0527535cace5f7f7b25e546a7ba7dab (patch)
tree1770764183352dbfe1003de1f6bfb304db4a55cb /git-describe.html
parent69a98586dace45994f1eeeee63cf19d056bfc561 (diff)
downloadgit-htmldocs-4f1d8c48d0527535cace5f7f7b25e546a7ba7dab.tar.gz
Autogenerated HTML docs for v1.5.4.3-422-g34cd6
Diffstat (limited to 'git-describe.html')
-rw-r--r--git-describe.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/git-describe.html b/git-describe.html
index 6e851d7d6..94d633db8 100644
--- a/git-describe.html
+++ b/git-describe.html
@@ -361,6 +361,20 @@ additional commits and the abbreviated object name of the commit.</p>
</p>
</dd>
<dt>
+--long
+</dt>
+<dd>
+<p>
+ Always output the long format (the tag, the number of commits
+ and the abbreviated commit name) even when it matches a tag.
+ This is useful when you want to see parts of the commit object name
+ in "describe" output, even when the commit in question happens to be
+ a tagged version. Instead of just emitting the tag name, it will
+ describe such a commit as v1.2-0-deadbeef (0th commit since tag v1.2
+ that points at object deadbeef&#8230;.).
+</p>
+</dd>
+<dt>
--match &lt;pattern&gt;
</dt>
<dd>
@@ -447,7 +461,7 @@ updated by Shawn Pearce &lt;spearce@spearce.org&gt;.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 28-Feb-2008 00:25:38 UTC
+Last updated 03-Mar-2008 01:59:56 UTC
</div>
</div>
</body>