summaryrefslogtreecommitdiffstats
path: root/git-tag.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-07-19 20:02:13 +0000
committerJunio C Hamano <junio@kernel.org>2011-07-19 20:02:13 +0000
commit708376e8576f6d39b62b27ee9dfe7292c652f728 (patch)
treef0eaf132b1e3eac00257e9b51bbfc58285e261a3 /git-tag.html
parent360e3a1e2a1605a257fceaa3f9a5cd99ce19f0f6 (diff)
downloadgit-htmldocs-708376e8576f6d39b62b27ee9dfe7292c652f728.tar.gz
Autogenerated HTML docs for v1.7.6-233-gd79bc
Diffstat (limited to 'git-tag.html')
-rw-r--r--git-tag.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/git-tag.html b/git-tag.html
index a2663f605..4717ec7e6 100644
--- a/git-tag.html
+++ b/git-tag.html
@@ -418,7 +418,7 @@ git-tag(1) Manual Page
<div class="verseblock-content"><em>git tag</em> [-a | -s | -u &lt;key-id&gt;] [-f] [-m &lt;msg&gt; | -F &lt;file&gt;]
&lt;tagname&gt; [&lt;commit&gt; | &lt;object&gt;]
<em>git tag</em> -d &lt;tagname&gt;&#8230;
-<em>git tag</em> [-n[&lt;num&gt;]] -l [--contains &lt;commit&gt;] [&lt;pattern&gt;]
+<em>git tag</em> [-n[&lt;num&gt;]] -l [--contains &lt;commit&gt;] [&lt;pattern&gt;&#8230;]
<em>git tag</em> -v &lt;tagname&gt;&#8230;</div>
<div class="verseblock-attribution">
</div></div>
@@ -513,8 +513,11 @@ GnuPG key for signing.</p></div>
</dt>
<dd>
<p>
- List tags with names that match the given pattern (or all if no pattern is given).
- Typing "git tag" without arguments, also lists all tags.
+ List tags with names that match the given pattern (or all if no
+ pattern is given). Running "git tag" without arguments also
+ lists all tags. The pattern is a shell wildcard (i.e., matched
+ using fnmatch(3)). Multiple patterns may be given; if any of
+ them matches, the tag is shown.
</p>
</dd>
<dt class="hdlist1">
@@ -761,7 +764,7 @@ ISO 8601
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-03-29 06:53:36 UTC
+Last updated 2011-07-19 20:01:51 UTC
</div>
</div>
</body>